Commit Graph

305063 Commits

Author SHA1 Message Date
Jonathan Laver
f691f4a8d7 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
47c4597eaa Bug 848792 - Update the dock icon only 8 times per second. r=josh 2013-04-05 08:50:50 -04:00
Diego Wilson
0488ab61c9 Bug 847779 - Abort playback if OMX audio init fails. r=doublec, r=cpearce 2013-04-04 15:33:45 -07:00
Martijn Wargers
9c0612ba1e Bug 788866 - [B2G] mochitests fail to focus test window. r=smaug, f=ahal 2013-04-05 08:50:49 -04:00
Robert O'Callahan
3c4a6b56c6 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
a949bd58de 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
613ea8adbd 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
b9592746c4 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
8efacba3aa 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
9c8685b71a 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
2cce031596 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
8b148be927 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
37d2be7018 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
d9d5649ed0 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
53204f6f2c 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
f37a0ff8b0 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
6164168ea7 Bug 841192. Part 4: Create DisplayListClipState. r=mattwoodrow
--HG--
extra : rebase_source : 90eb025d01cec4d3e52473ebc27ae411f42c0439
2013-03-04 22:56:00 +13:00
Robert O'Callahan
d5101880c0 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
e6d799410e 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
bbcb7c3d75 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
7798ba0dcb Bug 849597 - Add more kung fu to nsParser. r=smaug. 2013-04-05 15:36:16 +03:00
Vicamo Yang
8352a8e91b Bug 850127 - 3/3: RIL & test cases. r=gwagner 2013-04-05 20:16:01 +08:00
Vicamo Yang
263ba379c4 Bug 850127 - 2/3: DOM & IPC. r=mounir 2013-04-05 20:15:52 +08:00
Vicamo Yang
6f85140d92 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
ed08c643df Backed out changeset 8a6cacf047a1 (bug 833795)to fix bug 856083. 2013-04-05 07:55:25 -04:00
Adam Roach [:abr]
76d130e238 Bug 853858: Move PeerConnectionTest instance reference into global scope. r=jesup, r=hskupin 2013-04-04 17:08:42 -05:00
Jim Mathies
83d44fa081 Bug 858229 - add keyboard shortcuts for sync and about flyouts. r=rsilviera 2013-04-05 05:33:43 -05:00
Jim Mathies
47a724dff1 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
bd823373ff 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
2bb158c1dd Bug 857825 - merge close edit session apis. r=mbrubeck 2013-04-05 05:33:43 -05:00
Jim Mathies
abcb74ed7a Bug 857825 - handle moz deck offset change events in selection code. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
fd650249ac Bug 857825 - houskeeping in SelectionHelperUI. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
4a7c305f86 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
5aabda3936 Bug 856008 - cleanup and reorganize ContentAreaObserver, make it more modular. r=mbrubeck 2013-04-05 05:33:42 -05:00
Jim Mathies
9bcf116dea Bug 856008 - move ContentAreaObserver out of browser.js. r=sfoster 2013-04-05 05:33:42 -05:00
Jim Mathies
6f8283e53d 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
38a60197ca 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
82b3f4ae54 Bug 856151 - update selection code to use new bindings. r=mbrubeck 2013-04-05 05:33:41 -05:00
Jim Mathies
19560c5d5b Bug 856151 - update context menu code to use new bindings. r=fryn 2013-04-05 05:33:41 -05:00
Jim Mathies
b94a59b51d Bug 856151 - do some houskeeping in browser bindings, and define a set of browser/client coordinate conversion helpers. r=mbrubeck 2013-04-05 05:33:41 -05:00
Jim Mathies
c5d1c26b59 Bug 855417 - don't display caret monocle if there is no selection in focused inputs. r=ally 2013-04-05 05:33:40 -05:00
Jon Coppeard
c57a0f9499 Bug 858108 - GC: Root the Locale interface r=terrence r=bholley 2013-04-05 10:45:50 +01:00
Simone Carletti
3ea744b422 Bug 857497 - reorder private part of PSL into alphabetical order by company. r=gerv.
--HG--
extra : rebase_source : 9906cf4865a2113b127893bdd707de36a192f4c4
2013-04-04 20:34:53 +01:00
Jacek Caban
735f1dbd18 Bug 856566 - Fixed crashreporter compilation and profiler on mingw. r=ted 2013-04-05 11:29:50 +02:00
Jacek Caban
95edaf327c Bug 858006 - Make binaries large address space aware on mingw builds. r=glandium 2013-04-05 11:29:41 +02:00
Mihai Sucan
4246ed84da Bug 853568 - Fix for intermittent browser_webconsole_bug_599725_response_headers.js | we do not have the Content-Type header | Content-Length != 60 - Didn't expect 60, but got it; r=vporof 2013-04-04 19:23:59 +03:00
Mihai Sucan
1593504454 Bug 809424 - Fix for intermittent browser_webconsole_bug_611795.js | The unknown CSS property warning is displayed only once - Got 1, expected 2; r=vporof 2013-04-04 15:41:11 +03:00
David Zbarsky
632574c3c6 Bug 856962: Move Touch to its own file r=Ms2ger
--HG--
rename : content/events/src/nsDOMTouchEvent.cpp => content/events/src/Touch.cpp
rename : content/events/src/nsDOMTouchEvent.h => content/events/src/Touch.h
2013-04-05 04:49:00 -04:00
Markus Stange
0944797085 Bug 849157 - Keep calling drawUsingOpenGLCallback even when a native menu is open. r=bgirard
--HG--
extra : rebase_source : b7383e1d07406bed7e45bdf750eb72fa9c6e7dde
2013-04-05 10:18:06 +02:00
Markus Stange
235cb9743f Bug 853488 - Styling tweaks for Mac XUL notification alerts. r=dolske
--HG--
extra : rebase_source : e6265bd7e80d13aa325446778dbc299684a49dd0
2013-04-05 10:17:52 +02:00