Commit Graph

76960 Commits

Author SHA1 Message Date
Philipp von Weitershausen
c1f5ccc16c Merge services-central with mozilla-central 2011-09-21 12:55:42 -07:00
Ehsan Akhgari
e9cd0675a6 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-21 13:12:26 -04:00
Rob Campbell
7eef002771 merge m-c to fx-team 2011-09-21 08:28:43 -03:00
Marco Bonardo
7a5befcc01 Merge last green changeset from mozilla-inbound to mozilla-central 2011-09-21 10:35:19 +02:00
Robert Longson
df62def5e9 Bug 687830 - Simplify marker implementation by calculating viewbox on paint rather than attempting to cache it. r=roc 2011-09-21 08:53:09 +01:00
Justin Lebar
75d358b0cd Bug 685438 - Avoid wasted space in nsTArray_base due to jemalloc rounding up. r=roc
--HG--
extra : rebase_source : a7248bd865ffdc8932ee6dcc796cd4e48a5498ab
2011-09-21 00:46:56 -04:00
Brian Hackett
9aa0e92fea Verify range against previous stub when linking getter PIC stubs, bug 688090. r=dvander 2011-09-20 21:33:35 -07:00
L. David Baron
5bf7407d8d Add mochitest for bug 686656. r=bzbarsky 2011-09-20 23:52:46 -04:00
Boris Zbarsky
e88e132dc5 Bug 686656. Make sure to skip animation rules as well as transition rules when we're reparenting a style context when not processing an animation restyle. r=dbaron 2011-09-20 23:52:44 -04:00
Brian Hackett
4f83e99a93 Don't clobber callee-save register when testing pushed value after stub calls, bug 687856. r=dvander 2011-09-20 20:14:28 -07:00
Benoit Girard
69762a040b Bug 683803 - [backout] Add a 60 FPS Cap to throttle plugin drawing. r=backout 2011-09-20 22:35:13 -04:00
Jonathan Griffin
1a68e88153 Bug 687947 - fix sync version re, a=testonly, DONTBUILD
--HG--
extra : rebase_source : 449bc0c4c7bbdbe1634459d5473cafee9aab2951
2011-09-20 11:53:16 -07:00
Rob Campbell
e721cf29c9 Backed out changeset 304f93baaa1b, bug 587134, a=testfailures 2011-09-20 15:32:52 -03:00
Philipp von Weitershausen
0eeffff382 Merge m-c to s-c 2011-09-20 10:06:09 -07:00
Atul Aggarwal
89e9702d5f Bug 685905 - Adding ReplaceElementAt to nsTArray. r=sicking 2011-09-20 21:04:35 +05:30
Jim Chen
c1be77aca6 Bug 687147 - Workaround linker crash when calling .init_array in libmozalloc.so; r=
Bug 687147 - Workaround linker crash when calling .init_array in libmozalloc.so; r=mfinkle r=glandium
2011-09-20 11:16:00 -04:00
Ehsan Akhgari
41c2a18909 Merge the last green changeset of mozilla-inbound to mozilla-central 2011-09-20 10:22:17 -04:00
Ed Morley
d6b790fa31 Bug 648581 - Add MOZ_CRASHREPORTER ifdefs to nsWindowsDllBlocklist.cpp to fix build errors with --disable-crashreporter; rs=glandium 2011-09-20 11:54:15 +01:00
Takanori MATSUURA
064d329a7a Bug 687037 - Fix typo in GNOME colorpicker.css causing Warning: Expected declaration but found '+'; r=dao 2011-09-20 11:09:04 +01:00
Cedric Vivier
c53f4f1d17 Bug 686571 - Expose new javascript.options.pccounts.(content|chrome) prefs defaults; r=dmandelin 2011-09-20 11:09:04 +01:00
Panos Astithas
af023724d2 Bug 587134 - Context menu item for Highlight Element (highlighter); r=limi, r=gavin 2011-09-20 11:05:56 +03:00
Michael Ratcliffe
620028efdf Bug 672744 - Add search filter to style inspector; r=msucan 2011-09-20 11:59:13 +02:00
Michael Ratcliffe
293a19d75f Bug 672746 - Add an Only user styles checkbox to the style inspector, r=msucan 2011-09-20 11:35:01 +02:00
Rob Campbell
7fe37c14f5 merge m-c to fx-team 2011-09-20 11:42:20 -03:00
Olli Pettay
f2788cf525 Bug 682886 - menuitem should be serialized as a container, r=sicking 2011-09-20 08:50:43 +03:00
Jared Wein
0fa816b2a0 Bug 686778 - Move close button back to the left side on Mac r=dcamp 2011-09-19 22:42:52 -07:00
Jared Wein
942a1a8dc3 Bug 472942 - Centering video and applying some basic styling to make viewing videos directly more pretty. r=roc ui-r=shorlander 2011-09-19 22:30:30 -07:00
Olli Pettay
12f3b41155 Bug 686449 - Make ProcessingInstruction inherit from CharacterData, r=sicking 2011-09-20 08:08:00 +03:00
Brian Hackett
ca868dfc21 Merge MC -> JM 2011-09-19 15:29:22 -07:00
Philipp von Weitershausen
1a161991d5 Merge m-c to s-c 2011-09-19 15:05:14 -07:00
Lucas Rocha
68b31a2604 Bug 605365 - Fix typo in browser_contentpopup.js and browser_forms.js (r=mfinkle) 2011-09-19 09:46:35 -07:00
Lucas Rocha
7ae5fa15a4 Bug 605365 - Use waitForFirstPaint() in content popup test (r=mfinkle) 2011-09-19 09:46:28 -07:00
Lucas Rocha
eaeb6ce534 Bug 605365 - Hide form assistant when focused element is blurred (r=mfinkle) 2011-09-19 09:46:11 -07:00
Lucas Rocha
0e3e527849 Bug 605365 - Show notification for invalid form elements (r=mfinkle) 2011-09-19 09:46:04 -07:00
Lucas Rocha
e65756d2ac Bug 605365 - Change Content's formAssistant to be a public property (r=mfinkle)
So that we can share the same FormAssistant instance with other components
defined in content.js. Updated chrome tests accordingly.
2011-09-19 09:45:52 -07:00
Lucas Rocha
f21a33dd21 Bug 605365 - Properly update visibility of the previously visible popup (r=mfinkle)
ContentPopupHelper is meant to only handle one popup at a time. This means that
if you update the popup (via the popup setter), the previously visible popup
should be properly hidden and released before showing the new popup.
2011-09-19 09:45:44 -07:00
Lucas Rocha
b1552b1ab3 Bug 687287 - Fix alignment of close button on inactive tabs (r=mfinkle)
Do not force a width on close button container and let the margins define its size. This allows us to have different clickable areas for the close button on both active and inactive tabs.
2011-09-19 09:44:03 -07:00
Alon Zakai
add184ba85 Bug 633627 - Disable tests that fail with fixedpoint blurring. r=roc 2011-09-19 09:34:32 -07:00
Alon Zakai
e2ac733ae9 Bug 633627 - Fixedpoint division in blur code. r=jmuizelaar 2011-09-19 09:32:59 -07:00
Henri Sivonen
9866daad7f Bug 685581 - Do not treat the empty string as a speculatively preloadable URL. r=bzbarsky. 2011-09-19 17:37:04 +03:00
Robert Longson
31d473fc4f Bug 687340 - Make dynamic changes to mask, clipPath and marker attributes work. r=roc 2011-09-19 13:59:52 +01:00
Ed Morley
848e923aa5 Merge last green changeset on mozilla-central to mozilla-inbound 2011-09-19 12:27:35 +01:00
Oleg Romashin
5446af8efb Bug 687392 - Use nearest filter for mobile video/plugin rendering. r=roc 2011-09-19 12:12:16 +01:00
Ed Morley
14281d90d0 Merge last green changeset on mozilla-inbound to mozilla-central 2011-09-18 20:23:17 +01:00
Kyle Huey
3033d0704a Remove some dead makefile entries from toolkit-makefiles. r=me (no bug). 2011-09-18 13:12:06 -04:00
Brian Hackett
ce5b96c240 [INFER] Reapply 7db908db3669 (bug 684084) 19ed9da5789d (bug 684824) a250c3cb749a (bug 686178) 820f11a3fdb1 (bug 686179) e678ced82a6a (bug 686418) 300e1f974f55 (bug 669715) 5c131d458c53 (bug 686396) 3a8b5e4a286b (bug 683140). 2011-09-18 07:36:51 -07:00
Olli Pettay
7dfe430f16 Bug 432698 - mouseenter and mouseleave, r=masayuki
--HG--
extra : rebase_source : 2664d2655546602edc88bcadc7dd981b01d76820
2011-09-18 02:45:14 -05:00
Brian Hackett
c844837710 [INFER] Reapply f1c585415dd4 7c89b0ff453d 19794de530f1 (bug 686000). 2011-09-17 19:31:33 -07:00
Brian Hackett
68a462f79a [INFER] Reapply c1f0817e5cb4 (bug 557358), 353b160fb804 (bug 685313), 9459096a263a b31b25125429 (bug 669715), a887241aed3a (bug 684404). 2011-09-17 19:24:19 -07:00
Brian Hackett
dd56af6e09 [INFER] Reapply c2726640029f 3330521cfa4a b68281262e15 (bug 557358), 6a8947bcc821 (bug 684943), 50d4f6fa00ce (bug 683714), f3dd7cf2d0b3 (bug 683999). 2011-09-17 19:14:22 -07:00