Commit Graph

4239 Commits

Author SHA1 Message Date
Robert O'Callahan
b5860eb176 Bug 369542 - crash tests 2013-01-26 21:28:56 +01:00
Martijn Wargers
eb43010c46 Bug 368568 - crashtest 2013-01-26 21:28:56 +01:00
Martijn Wargers
2d2caa68e6 Bug 364220 - crashtest. 2013-01-26 14:15:30 +01:00
Martijn Wargers
691c1096c9 Bug 363448 - crashtest. 2013-01-26 14:15:29 +01:00
Martijn Wargers
7a0d972233 Bug 361109 - crashtest. 2013-01-26 14:15:29 +01:00
Martijn Wargers
de3ff4dffd Bug 360599 - crashtest 2013-01-26 14:15:29 +01:00
Martijn Wargers
4e201c4259 Bug 350370 - crashtest. 2013-01-26 14:15:29 +01:00
Joonas Marttila
33b2fef76f Bug 348510 - crashtests. 2013-01-26 14:15:29 +01:00
Martijn Wargers
fb0af04cf6 Bug 331292 - crashtest. 2013-01-26 14:15:29 +01:00
Mats Palmgren
3a4e06255f Bug 344557 - Add crashtests. 2013-01-25 18:34:30 +01:00
Mats Palmgren
00cefdf586 Bug 321224 - Add crashtest. 2013-01-25 18:34:29 +01:00
Mats Palmgren
0bb8fd80df Bug 309322 - Add crashtests. 2013-01-25 18:34:29 +01:00
Mats Palmgren
7c75f76495 Bug 286491 - Add crashtest. 2013-01-25 18:34:29 +01:00
Mats Palmgren
7a1936abbd Bug 255982 - Add crashtests. 2013-01-25 18:34:29 +01:00
Mats Palmgren
fa01f18ceb Bug 812893 - When inserting a frame into the [Excess]OverflowContinuations list, also move its continuations there if they are in the same parent. r=roc 2013-01-25 00:12:48 +01:00
Mats Palmgren
31f7a459cb Bug 825999 - Apply overflow:hidden also to replaced elements. r=roc 2013-01-24 21:44:38 +01:00
Chris Peterson
81bf7b134b Bug 816298 - Part 1: Allow child elements to override -moz-user-select:none. r=ehsan
--HG--
extra : rebase_source : f4e08713be0691c25b22510977c978088655ec8b
2013-01-08 16:33:17 -08:00
Masayuki Nakano
1326ac7205 Bug 832120 cursor: auto; should be cursor: text; on editable element r=dbaron 2013-01-23 23:36:48 +09:00
Ms2ger
d7c641884e Bug 763399: Add a comment describing NS_CSS_MINMAX. r=dbaron 2013-01-21 14:14:49 +00:00
Cervantes Yu
61b246632b Bug 830299: Check for scrollcorner in nsGfxScrollFrameInner::ReloadChildFrames(). r=roc 2013-01-21 10:31:40 +00:00
Daniel Holbert
ae84ee44e5 (no bug) Fix comment in typo, and remove stale XXXdholbert comment. Comment-only, DONTBUILD 2013-01-17 21:32:31 -08:00
Boris Zbarsky
290dde2392 Bug 831780. Only count the broken-image placeholder in the visual overflow, not the scrollable overflow. r=mattwoodrow 2013-01-17 23:17:41 -05:00
Mats Palmgren
8b74a55925 Bug 821479. r=roc 2013-01-17 13:48:44 +01:00
Mats Palmgren
44ccb89938 Bug 821479. r=roc 2013-01-17 13:48:44 +01:00
Trevor Saunders
b98e34aed0 bug 822289 - remove NS_IMPL_CYCLE_COLLECTION_CLASS and friends r=mccr8 2013-01-12 07:40:33 -05:00
Mats Palmgren
d5826be6d7 Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
Cameron McCormack
7af3b6cd35 Bug 830214 - Avoid crashing when printing a document with many mozPrintCallback canvases. r=roc
--HG--
extra : rebase_source : 98ae3180cb36f040241ae0b6850485923afe4570
2013-01-15 09:45:53 +11:00
Ryan VanderMeulen
e59d7421d3 Backed out changeset c8fe09ac1842 (bug 825720) on suspicion of making bug 772443 nearly perma-orange. 2013-01-12 21:00:30 -05:00
David Zbarsky
6168609ec2 Bug 827149 - Remove some uses of nsIDOMHTMLBodyElement r=bz 2013-01-12 16:53:01 -05:00
Seth Fowler
2a183d535a Bug 825720 - Don't use GetRootLayoutFrame to calculate the size of SVG images. r=joe 2013-01-10 19:38:34 -08:00
Trevor Saunders
6700f68171 bug 828138 - remove out arg from Selection::GetPresContext() r=ehsan 2012-12-19 13:44:58 -05:00
Trevor Saunders
bfcd97256d bug 828138 - make Selection::GetPresShell() return the pres shell instead of use an out arg r=ehsan 2012-12-18 19:55:11 -05:00
Trevor Saunders
f36115e135 bug 828138 - remove nsISelectionPrivate::SetPresShell() r=ehsan 2012-12-18 17:30:11 -05:00
L. David Baron
b838fd5e48 Add crashtest for bug 621424 / bug 588237. 2013-01-11 14:51:21 -08:00
L. David Baron
26d1df7fef Bug 588237, patch 5: remove the optimization of skipping FlowAndPlaceFloat for some pushed floats, simply because the optimization looks fishy to me. r=roc 2013-01-11 14:51:21 -08:00
L. David Baron
28fa8b3991 Bug 588237, patch 4: Pull pushed floats back from the next-in-flow at the start of reflow. r=roc 2013-01-11 14:51:21 -08:00
L. David Baron
0f7b642d48 Bug 588237, patch 2: Fix comment that is now incorrect due to work in bug 563584 or followups. r=roc 2013-01-11 14:51:21 -08:00
Chris Peterson
b483c0b61c Bug 829344 - Part 4: Fix gcc -Wlogical-op warnings from PRBool/bool conversion. r=ehsan 2013-01-10 17:56:51 -08:00
Cervantes Yu
c64b44eb24 Bug 820571: Don't show remote frame on restyles until reflow finished. r=roc
Original work from :roc.
Add check in nsFrameLoader::ShowRemoteFrame() so restyle of subdocument frames
doesn't resize remote content until first reflow finished and size is decided.

--HG--
extra : rebase_source : 24959ad409eb4e8993ae9eb0a82f5d670866ba54
2013-01-10 15:23:55 +08:00
Masatoshi Kimura
d192591303 Bug 829388 - Remove unused functions and macros from nsCoord.h. r=roc 2013-01-11 20:37:52 +09:00
Ed Morley
01d7c333be Backout 7f4f96dbf94f (bug 827172), 661847c6e48b (bug 827724), 00e357dd1458 (bug 827149) to fix the build on a CLOSED TREE 2013-01-11 11:13:17 +00:00
David Zbarsky
b3e656ecac Bug 827149 - Remove some uses of nsIDOMHTMLBodyElement r=bz 2013-01-11 02:15:05 -05:00
L. David Baron
82a355217b Back out bug 588237, patches 2 through 5. 2013-01-10 22:20:16 -08:00
L. David Baron
da6afc11ff Bug 588237, patch 5: remove the optimization of skipping FlowAndPlaceFloat for some pushed floats, simply because the optimization looks fishy to me. r=roc 2013-01-10 21:14:51 -08:00
L. David Baron
411ecc3706 Bug 588237, patch 4: Pull pushed floats back from the next-in-flow at the start of reflow. r=roc 2013-01-10 21:14:51 -08:00
L. David Baron
7ec7e73c43 Bug 588237, patch 3: Remove the pushed floats list when it is empty. r=roc 2013-01-10 21:14:51 -08:00
L. David Baron
77b95720c9 Bug 588237, patch 2: Fix comment that is now incorrect due to work in bug 563584 or followups. r=roc 2013-01-10 21:14:51 -08:00
Trevor Saunders
36f6c1227a bug 829288 - fix layout/ warnings on mingw r=dholbert 2013-01-10 02:04:09 -05:00
Daniel Holbert
e07d93e3a1 Bug 826149 - Add IsFrameTreeTooDeep() early-return in flex container reflow. r=dbaron 2013-01-07 21:29:22 -05:00
Shih-Chiang Chien
115ee3c4ea Bug 820660 - Test case for prevent selection on mouse event and touch event. r=smaug 2013-01-07 21:29:21 -05:00