ie7 past, present, and future

45

Upload: goodfriday

Post on 06-Jul-2015

478 views

Category:

Technology


0 download

DESCRIPTION

Hear from Microsoft's Internet Explorer 7 team about the journey from mea culpa to broad market acceptance. Hear what went right, what had to be cut, and how development priorities are set. Also, understand what Microsoft's browser investments mean to you, and make sure you get a voice in shaping the next version of Internet Explorer. Hear about what features and layout issues are being worked on, and let us know what causes you the most problems

TRANSCRIPT

Page 1: IE7 Past, Present, and Future
Page 2: IE7 Past, Present, and Future

Chris WilsonIE Platform ArchitectMicrosoft

Page 3: IE7 Past, Present, and Future

Browser guy since 1993(NCSA Mosaic, SPRY Mosaic)

Joined Microsoft in 1995

IE 2.0, 3.0, 4.0, 5.0, 5.5, 6.0

3-year stint in Avalon (WPF) team

Rejoined IE to drive platform for IE7

Web standards guy - HTML, CSS, DOM, I18n, XSL

Now “Platform Architect” of Internet Explorer

Page 4: IE7 Past, Present, and Future

IE4/5/6 – progressively powerful platform

BUT…

Little actual adoption of rich web platform

Hard to build rich, sexy apps/content

Dot-com bubble burst

Focus on Rich Client APIs (WPF)

Page 5: IE7 Past, Present, and Future

• Security Push

• Windows XP Service Pack 2

• "IE6 XP SP2"

Page 6: IE7 Past, Present, and Future

With all this going on,

Microsoft seemed AWOL from the web platform…

Page 7: IE7 Past, Present, and Future

Simple dev pattern – fetch & updateRealization/innovation on top of Web 1.0

“Caring about the quality of web UI”

Rebirth of the semantic WebWeb content describes its own meaning

RSS, Microformats & tagging are examples

This allows richer "mash-ups" of various data sources

In short, a rebirth of client-side web applications

Page 8: IE7 Past, Present, and Future

February 2005: Microsoft announces IE7

July 2005 – Beta 1

MIX '06 (March) – “layout complete”

April „06 – Beta 2 released

June '06 – Beta 3 released

Oct 18 2006 - Microsoft ships IE7!

Page 9: IE7 Past, Present, and Future

Secure and Trustworthy Browsing

End User Experience

Web Developer Platform

Page 10: IE7 Past, Present, and Future

Putting the User in ControlAdd-on Manager (from XPSP2)

We warn user of insecure settings

Parental Controls (from Windows Vista)

Page 11: IE7 Past, Present, and Future

Protection against web fraud

Integrated Anti-phishing service

User experience highlights security

Extended Validation certificates

Page 12: IE7 Past, Present, and Future
Page 13: IE7 Past, Present, and Future

14

When a security exploit is found in the browser, malicious web pages install malware or modify files

Protected Mode eliminates silent install of spywareDoes NOT prevent running Win32 code

Protects registry, file system from writes

Redirects writes for compatibility

Only available on Windows Vista

Page 14: IE7 Past, Present, and Future

15

Change Settings,

Download a Picture

Exploit can install

MALWARE

Install an ActiveX

control

Cache Web content

Exploit can install

MALWARE

Admin-Rights Access

User-Rights Access

Temp Internet Files

HKLM

Program Files

HKCU

My Documents

Startup Folder

Untrusted files & settings

IExplore.exe

Page 15: IE7 Past, Present, and Future

16

Change Settings,

Drag & Drop

Install an ActiveX

control

Admin-rights Access

HKLM

Program Files

User-rights AccessHKCU, My Documents

Startup Folder

Temp Internet Files

Untrusted files & settings

IExplore.exe in

Protected ModeIn

teg

rity

Contr

ol an

d U

IPI

Cache Web Content

Redirected Settings and Files

IEU

ser.

exe

IEIn

sta

ll.e

xe

Page 16: IE7 Past, Present, and Future

17

Protect the user by default

Inform the user and put them in control

Provide a backstop

Page 17: IE7 Past, Present, and Future

Streamlined and Improved User Interface

Tabbed Browsing with Quick Tabs

Extensible search in UI via OpenSearch

Great default print experience

Page Zoom

Spoof-resistant International Domain Names

RSS…

Page 18: IE7 Past, Present, and Future

Feed Discovery and default feed view

The platform for all Windows "feed apps"Feedlist, storage, parser, sync engine

API from Win32 and .NET Framework

List extensions to RSS

Page 19: IE7 Past, Present, and Future

20

We listened to web developers.

Page 20: IE7 Past, Present, and Future

21

Page 21: IE7 Past, Present, and Future

22

The overflow bug

Parser bugs: * html, _property or /**/ comment bug

Memory leaks in JavaScript engine

Select control: style-able and not always on top

Auto-sizing of absolute pos element with right & left

great for 3 column layouts

Relative positioning issues

% height/width for absolutely positioned elements

hover effect working not just over text

<?xml> prolog no longer causes quirks mode

HTML element truly independent of the Body

1 px dotted borders no longer render as dashed

…over 200 CSS bugs fixed in IE7…

Page 22: IE7 Past, Present, and Future

23

Fixed inconsistencies with W3C specs

:hover on all elements not just on <a>

Other elements can overlap <select>

Background-attachment: fixed everywhere

Improved <object> fallback

Page 23: IE7 Past, Present, and Future

24

Added standards features (CSS/HTML)Fixed positioning support

Min/Max-Width/Height support

Selectors: first-child, adjacent, attribute, child

CSS 3 attribute selectors: prefix, suffix, substring

Page 24: IE7 Past, Present, and Future

25

Other heavily-requested features

Alpha channel in PNG images

“Native” XMLHTTPRequest

Improved the Programming Experience

Improved JavaScript GC performance

Fixed memory leaks, caching of gzipped files

Page 25: IE7 Past, Present, and Future

26

Lots more to do in CSSe.g. Bugs with floating elements and hasLayout

Features like :before and :after

Lots to do in Scripting and Document Object Model

Events, APIs not matching DOM spec

Faster faster faster!

XHTML or other new formats

We want to get them right

Page 26: IE7 Past, Present, and Future

27

We listened to users

We want Tabs, printing, simplified UI, search in the UI

Page 27: IE7 Past, Present, and Future

28

We listened to hackers

Well, okay not “listened to” them, exactly. But we were paying attention.

Page 28: IE7 Past, Present, and Future

29

We listened to developers

Make our lives easier! Fix your bugs! Give us some new features!

Other than security, we have one rule…

Page 29: IE7 Past, Present, and Future
Page 30: IE7 Past, Present, and Future

31

“I‟m really concerned that we‟re breaking stuff in the name of goodness and that all users and developers will walk away with is „stuff broke.‟”

Page 31: IE7 Past, Present, and Future

32

Well, not really. But it is challenging.

Our challenge isn't "IE can't support standards."

The core of Trident is great code…

…although bits need updating to standards compliance

But we can’t break the web as it is today!

Page 32: IE7 Past, Present, and Future

33

IE + your site = end user experience of the web

If a site is broken, the user doesn't know who to blameCompatibility is a critical adoption/deployment factor

IE has on the order of half a BILLION users

We believe enabling web developers to use standards is critically important …

… but we also believe in not breaking my mom‟s banking site in the process of enforcing standards

Page 33: IE7 Past, Present, and Future

34

We must balance compliance with site compatibility

Therefore, in IE7 “quirks mode” stays the same - most standards changes are only in “strict mode”

But being in standards mode is increasingly popular, and a lot of developers expect no behavior changes

Half of the top 200 US web pages are in “standards mode”

"Quirks" is no longer sufficient to protect compatibility

Page 34: IE7 Past, Present, and Future

We can't tell if authors intended standards, or if they expect behavior not to change

People argue both sides of this religiously

We will need authors to opt in to standardsNew versions of HTML can automatically opt in, of course

<!-- compatible with IE 8.0 --> ?

Page 35: IE7 Past, Present, and Future

36

This gives us the freedom to do some great things

Break compatibility with layout/CSS

Change DOM APIs (pass the event object to the handler!)

…without breaking current pages

As new versions of HTML are standardized (e.g. new DOCTYPEs), we can opt in automatically.

Page 36: IE7 Past, Present, and Future

Compatibility is crucial to Ajax deployment

This is evolution, not revolution

Page 37: IE7 Past, Present, and Future

38

IE7 Readiness Toolkit

Web developer toolbar for exploring DHTML/CSS

ExpressionFinder – shows CSS hacks

Application Compatibility Toolkit

Fiddler HTTP monitor

And other tools

Info on the IE blog – http://blogs.msdn.com/ie

Page 38: IE7 Past, Present, and Future

For testing, it's often useful to run multiple versions of IE to test content/apps against different releases

It‟s not technically possible to have EXACT multiple IE versions side-by-side on a single Windows install

IE really is a Windows component

(actually, a set of Windows components)

There are hacks. They‟re fragile, and aren‟t complete.

Page 39: IE7 Past, Present, and Future

Virtualization to the rescue! Virtual PC is free!

Last year, we released a Windows XP/IE6 image

We expect to release these images on a regular basis

Updated the image a month ago, released IE7 image

Over 100,000 downloads of original 500MB image (!)

Page 40: IE7 Past, Present, and Future

41

Update your pages for IE7 (if you haven‟t)

Participate in the IE Blog http://blogs.msdn.com/ie

Send feature requests and bug reports to us

Page 41: IE7 Past, Present, and Future

42

Lots still to do in web developer platform –across layout, object model and Ajax

Invest heavily in layout and CSS 2.1

Increase compliance with the Object Model, allow more flexible programming patterns

Ajax needs more client-side APIs

e.g. local storage and mashup security model

Page 42: IE7 Past, Present, and Future

43

Continue providing world-class user experience

Look at new user paradigms – e.g. RSS in IE7

And as always, security is job #1

Page 43: IE7 Past, Present, and Future

[email protected]

http://blogs.msdn.com/cwilso

IE Team Blog: http://blogs.msdn.com/IE/

Page 44: IE7 Past, Present, and Future
Page 45: IE7 Past, Present, and Future

© 2007 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered trademarks and/or trademarks in the U.S. and/or other countries.

The information herein is for informational purposes only and represents the current view of Microsoft Corporation as of the date of this presentation. Because Microsoft must respond to changing market conditions,

it should not be interpreted to be a commitment on the part of Microsoft, and Microsoft cannot guarantee the accuracy of any information provided after the date of this presentation.

MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS PRESENTATION.