Tom Schuster
c906f4719d
Bug 855411 - Root Execute. r=bz,terrence
2013-04-05 15:21:02 +02:00
Tom Schuster
6a281b7056
Bug 855411 - Root Read. r=bz,terrence
2013-04-05 15:21:02 +02:00
Tom Schuster
4e29852d58
Bug 855411 - Root CompileMember. r=bz,terrence
2013-04-05 15:21:02 +02:00
Tom Schuster
2c1f16f1e5
Bug 855411 - InstallMember. r=bz,terrence
2013-04-05 15:21:02 +02:00
Tom Schuster
2710c42fae
Bug 855411 - Root doCheckAccess. r=bz,terrence
2013-04-05 15:21:02 +02:00
Tom Schuster
8c2582b478
Bug 855411 - Root LookupMember. r=bz,terrence
2013-04-05 15:21:01 +02:00
Tom Schuster
b59efb4448
Bug 855411 - Root Init{JS}Class. r=bz,terrence
2013-04-05 15:21:01 +02:00
Tom Schuster
a3d84dfa88
Bug 855411 - Root ChangeDocument. r=bz,terrence
2013-04-05 15:21:01 +02:00
Ryan VanderMeulen
b780a1351d
Backed out changeset fddde2d1e9b2 (bug 853858) for Windows leaks.
2013-04-05 09:03:22 -04:00
Dave Hunt
b36f818532
Bug 858124 - Flick (swipe) is failing on desktop B2G builds. r=mdas
2013-04-05 13:55:51 +01:00
Adrian Tamas
3fc519330e
Bug 856518 - Add more detailed test messages to testDoorHangers Robocop test. r=jmaher
2013-04-01 09:11:29 +03:00
Raymond Lee
b6933912bc
Bug 854927 - Remove callback from new async getCharsetForURI in PlacesUtils. r=mak
2013-04-05 01:32:27 +08:00
Jonathan Laver
e41e419f3a
Bug 851044 - Modified stringifyArgs to use the objects toString method if it is not Object.prototype.toString when logging. r=Yoric
2013-04-05 10:29:16 +01:00
Dave Vasilevsky
dc43b6f565
Bug 848792 - Update the dock icon only 8 times per second. r=josh
2013-04-05 08:50:50 -04:00
Diego Wilson
5e131253f0
Bug 847779 - Abort playback if OMX audio init fails. r=doublec, r=cpearce
2013-04-04 15:33:45 -07:00
Martijn Wargers
b543a5836c
Bug 788866 - [B2G] mochitests fail to focus test window. r=smaug, f=ahal
2013-04-05 08:50:49 -04:00
Robert O'Callahan
4a4175f287
Bug 841192. Part 16: Take plugin's own clipping into account when computing the region for its window. Make SortByContentOrder handle cases where display items in the same list come from different documents. r=mattwoodrow
...
--HG--
extra : rebase_source : f39deb6250c7aef71d6cd3a62df43785a3bfc7b1
2013-04-05 21:30:34 +13:00
Robert O'Callahan
865de96db7
Bug 841192. Part 15: Move DisplayListClipState clipping methods to AutoSaveRestore and AutoClipMultiple helper classes for safer usage. r=mattwoodrow
...
--HG--
extra : rebase_source : aa674d4fa93f1b7c2b4dd84ba8d888cc9f289265
2013-04-05 00:36:45 +13:00
Robert O'Callahan
04e9887192
Bug 841192. Part 14: Convert all usage of nsDisplayClip(RoundedRect) to use DisplayListClipState/DisplayItemClip. r=mattwoodrow
...
This patch does several things. Sorry.
In BuildDisplayList implementations, instead of wrapping display items in nsDisplayClip, we
push clip state onto the nsDisplayListBuilder and give the display items an
explicit clip when they're created.
In FrameLayerBuilder, we use the explicit clips we find on display items instead of
computing our own.
We remove nsDisplayClip and everything that depends on it.
We remove ExplodeAnonymousChildLists. With nsDisplayClip gone, and
nsDisplayOptionEventGrabber removed in a previous patch, there are no
anonymous child lists.
nsDisplayItem::TryMerge implementations need to make sure they have the same
clip before being merged.
I ripped out the part of PruneDisplayListForExtraPage that adjusts clip rects.
As far as I can tell, it isn't actually necessary.
--HG--
extra : rebase_source : 6f3988b385d0ac54ab26fad10b12173884441f48
2013-03-04 22:56:02 +13:00
Robert O'Callahan
29cfc08a5b
Bug 841192. Part 13: Rename nsFrame::ApplyOverflowClipping to ShouldApplyOverflowClipping. r=mattwoodrow
...
We rename nsFrame::ApplyOverflowClipping to nsFrame::ShouldApplyOverflowClipping
to reflect the fact that it doesn't cause any clipping.
--HG--
extra : rebase_source : d3bd1ef902276526b37b27c510a8d3a9db6416dc
2013-03-07 00:08:16 +13:00
Robert O'Callahan
1b7bdb4a2b
Bug 841192. Part 12: Move RoundedRectIntersectsRect from nsDisplayList.cpp to nsLayoutUtils. r=mattwoodrow
...
--HG--
extra : rebase_source : aa0ad96c363b70895b068a6d4805f9164cc03b27
2013-03-07 00:08:15 +13:00
Robert O'Callahan
95b09ae9cb
Bug 841192. Part 11: Make nsDisplayOptionEventGrabber be a non-anonymous display item list wrapper. r=mattwoodrow
...
--HG--
extra : rebase_source : c77c6d8a9385683a5659439793f397be959b277c
2013-03-07 00:08:14 +13:00
Robert O'Callahan
5566aa4cce
Bug 841192. Part 10: Add extra APIs to DisplayListClipState to constrain the current clip, and an Auto class for safe saving and restoring. r=mattwoodrow
...
--HG--
extra : rebase_source : 4ec25ababe17ac4b828a9b0a00457fe9d00b560a
2013-03-07 00:08:13 +13:00
Robert O'Callahan
4934cd57c4
Bug 841192. Part 9: Add extra APIs to DisplayItemClip to set the current state, intersect with another DisplayItemClip, test intersection with a rect, translate, and provide easy access to a DisplayItemClip object which doesn't clip anything. r=mattwoodrow
...
--HG--
extra : rebase_source : 94b03b7d828c9044ac6ebbeaf51f9f0b4bde1ce2
2013-03-07 00:08:11 +13:00
Robert O'Callahan
e5cb7ecc6e
Bug 841192. Part 8: On encountering out-of-flow frames during display list construction, save their clip rect as well as their dirty rect for later use when we traverse the placeholder. r=mattwoodrow
...
--HG--
extra : rebase_source : 3a41e2eb4940f1ae7c0748f27211a7d0cf7ad638
2013-03-04 22:56:02 +13:00
Robert O'Callahan
bc53bd4e00
Bug 841192. Part 7: Move child->MarkAbsoluteFramesForDisplayList call down. r=mattwoodrow
...
--HG--
extra : rebase_source : 5d558cfe2850ece79fedc27cd5b6a6d4bf6f7cb3
2013-03-04 22:56:01 +13:00
Robert O'Callahan
0d562762b5
Bug 841192. Part 6: Save and restore DisplayListClipState when we start building display lists for a frame. r=mattwoodrow
...
--HG--
extra : rebase_source : 9c9cb95acfb4d802ecf045e6d4c30811af647218
2013-03-04 22:56:01 +13:00
Robert O'Callahan
92f7c062ff
Bug 841192. Part 5: Add "current DisplayListClipState" to nsDisplayListBuilder. r=mattwoodrow
...
--HG--
extra : rebase_source : e8f99c3f0e6f9d516bfbed189ee42ad16cb8a6ee
2013-03-04 22:56:01 +13:00
Robert O'Callahan
2a890de2cb
Bug 841192. Part 4: Create DisplayListClipState. r=mattwoodrow
...
--HG--
extra : rebase_source : 90eb025d01cec4d3e52473ebc27ae411f42c0439
2013-03-04 22:56:00 +13:00
Robert O'Callahan
ddb47c1cef
Bug 841192. Part 3: Make DisplayItemClip members private and encapsulate them in a real API. r=mattwoodrow
...
--HG--
extra : rebase_source : d6076e123603de9a1c48681f527719cd41b09883
2013-03-04 22:56:00 +13:00
Robert O'Callahan
8d47c65ff4
Bug 841192. Part 2: Move FrameLayerBuilder::Clip to DisplayItemClip. r=mattwoodrow
...
--HG--
extra : rebase_source : 2950e5dd64e217a406ede2dc9f6682b5e0540975
2013-03-04 22:55:59 +13:00
Robert O'Callahan
6709e4eafc
Bug 841192. Part 1: Make <frame> elements behave more like <iframe>s, in particular supporting padding and borders (but not border-radius). r=mats
...
--HG--
extra : rebase_source : b49a430b7a54bc0579f4f109afa001634a2b8930
2013-04-03 00:03:03 +13:00
Henri Sivonen
b36ba54ca7
Bug 849597 - Add more kung fu to nsParser. r=smaug.
2013-04-05 15:36:16 +03:00
Vicamo Yang
211c0ab4e0
Bug 850127 - 3/3: RIL & test cases. r=gwagner
2013-04-05 20:16:01 +08:00
Vicamo Yang
1ae50bfe49
Bug 850127 - 2/3: DOM & IPC. r=mounir
2013-04-05 20:15:52 +08:00
Vicamo Yang
08c7100393
Bug 850127 - 1/3: Expose threadId in SmsMessage and SmsThreadListItem. IDL/IPDL changes. sr=mounir
2013-04-05 20:15:44 +08:00
Ryan VanderMeulen
8a2621fb4d
Backed out changeset 8a6cacf047a1 (bug 833795)to fix bug 856083.
2013-04-05 07:55:25 -04:00
Adam Roach [:abr]
bc9b1d3ffd
Bug 853858: Move PeerConnectionTest instance reference into global scope. r=jesup, r=hskupin
2013-04-04 17:08:42 -05:00
Jim Mathies
aa828fc19b
Bug 858229 - add keyboard shortcuts for sync and about flyouts. r=rsilviera
2013-04-05 05:33:43 -05:00
Jim Mathies
fc15619d8b
Bug 857823 - rip out more obsolete FormHelper code, add a new deck transisioning check in cao, and add support in FormHelperUI for delaying menu display until the view updates. r=fryn
2013-04-05 05:33:43 -05:00
Jim Mathies
db9753b9a0
Bug 857825 - remove pointer-events:none from selection overlay and touch up input support. r=mbrubeck
2013-04-05 05:33:43 -05:00
Jim Mathies
00878f4891
Bug 857825 - merge close edit session apis. r=mbrubeck
2013-04-05 05:33:43 -05:00
Jim Mathies
2ff0b0c21d
Bug 857825 - handle moz deck offset change events in selection code. r=mbrubeck
2013-04-05 05:33:42 -05:00
Jim Mathies
dcee554209
Bug 857825 - houskeeping in SelectionHelperUI. r=mbrubeck
2013-04-05 05:33:42 -05:00
Jim Mathies
0883b93fa2
Bug 855362 - support querying content for the distance focused elements should be raised when the skb is displayed. r=mbrubeck
2013-04-05 05:33:42 -05:00
Jim Mathies
4da2c92d9b
Bug 856008 - cleanup and reorganize ContentAreaObserver, make it more modular. r=mbrubeck
2013-04-05 05:33:42 -05:00
Jim Mathies
65bf504a40
Bug 856008 - move ContentAreaObserver out of browser.js. r=sfoster
2013-04-05 05:33:42 -05:00
Jim Mathies
536a070e7d
Bug 855232 - revamp UIABridge such that it queries for element state in real-time rather than relying on accessible observer events. r=bbondy
2013-04-05 05:33:41 -05:00
Jim Mathies
a8b367af58
Bug 855232 - don't send native msaa accessible events when running in metro, it messes up soft keyboard display. r=dbolter
2013-04-05 05:33:41 -05:00
Jim Mathies
79f1f80e7a
Bug 856151 - update selection code to use new bindings. r=mbrubeck
2013-04-05 05:33:41 -05:00