Justin Lebar
dc2fd37a91
Bug 629535 - Add navigator.doNotTrack. r=sicking
...
--HG--
extra : rebase_source : 48631ff375196045de1c2865ab4ee9b9c219c736
2011-09-19 15:59:22 -04:00
Ehsan Akhgari
4e8e1798ce
Bug 648581 - Annotate the crash reports in case DLL BlockListing fails; r=bsmedberg
2011-09-19 15:49:30 -04:00
Jeff Walden
ea9d03020c
Bug 686900 - Rewrite js_InitFunctionAndObject. r=jorendorff
...
--HG--
extra : rebase_source : 89ab3d2a5ae21c0b56ca58c7e602c0b6b18a3c87
2011-05-09 13:06:52 -07:00
Jeff Walden
9fd558db7e
Bug 686900 - Move js_InitFunctionClass into GlobalObject.cpp, in preparation for unifying js_InitObjectClass and js_InitFunctionClass. r=jorendorff
...
--HG--
extra : rebase_source : 68eb8108b65b65e3dbb7a5b4a90426717d21d573
2011-06-15 11:58:45 -07:00
Jeff Walden
1c66c73b26
Bug 686900 - Move js_InitObjectClass into GlobalObject.cpp, in preparation for unifying js_InitObjectClass and js_InitFunctionClass. r=jorendorff
...
--HG--
extra : rebase_source : 81180ad328216e409e6c6d0c4e62c82d11be5e59
2011-05-04 16:54:24 -04:00
Malini Das
a7afb90004
Bug 677626 - Add a profiling test suite for mochitest [tests]. r=jmaher
2011-09-19 14:52:06 -04:00
Malini Das
841f72da21
Bug 677626 - Add a profiling test suite for mochitest. r=jmaher
2011-09-19 14:52:04 -04:00
Robert Longson
ddceb15dd4
Bug 687518 - Remove nsSVGUtils:: from nsSVGutils methods. r=roc
2011-09-19 18:09:59 +01:00
Luke Wagner
515a3493d3
Bug 686280 - js::Move(temporary) should strip the const (also, this fixes build error caused by gcc 4.6 bug) (r=jimb)
2011-09-19 10:02:53 -07:00
Luke Wagner
fd464a2828
Bug 680523 - Vector move constructor needs to initialize mBegin (r=jimb)
...
--HG--
extra : rebase_source : ea42c66734745bfe5b3c83c10e6c5a42a19c8527
2011-09-19 10:01:06 -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
Olli Pettay
7dfe430f16
Bug 432698 - mouseenter and mouseleave, r=masayuki
...
--HG--
extra : rebase_source : 2664d2655546602edc88bcadc7dd981b01d76820
2011-09-18 02:45:14 -05:00
Jim Mathies
5a9b39a666
Bug 654891 - warning C4509: nonstandard extension used: 'PluginWindowEvent::Run' uses SEH and 'inst' has destructor; r=bsmedberg
2011-09-18 00:58:37 +01:00
Ed Morley
da4cf30d1b
Merge mozilla-central to mozilla-inbound
2011-09-17 16:55:37 +01:00
Ed Morley
3b89aa779a
Backout latest JM merge for OSX 10.5 M-oth permaorange (see bug 687257) on a CLOSED TREE
2011-09-17 16:32:43 +01:00
Olli Pettay
2f2d683768
Bug 675166 - Make DocumentTypeNode to use NodeInfoManager of the document, r=sicking
...
--HG--
extra : rebase_source : c05867591dc394695c35de92a0c62ca5df9db1d6
2011-09-17 06:32:32 -07:00
Ms2ger
bdb73c237b
Bug 684472 - Reduce QIs in nsPrintingPromptService; r=bsmedberg
2011-09-18 11:22:18 +02:00
Ms2ger
f3b3dcbb15
Bug 687096 - Remove entries for removed folders from LOCAL_INCLUDES; r=khuey
2011-09-18 11:22:18 +02:00
Ms2ger
21263e0741
Bug 687070 - Remove unused variable 'result' in nsDisplaySelectionOverlay::Paint; r=masayuki
2011-09-18 11:22:18 +02:00
Ms2ger
670b0e16b1
Bug 684470 - Remove the FromParser argument from nsHTMLMediaElement and subclasses' constructors; r=jst
2011-09-18 11:22:18 +02:00
Ms2ger
2e89d057d9
Bug 684471 - Make nsGenericHTMLFormElement::mFieldSet a nsHTMLFieldSetElement*; r=peterv
2011-09-18 11:22:18 +02:00
Ms2ger
7b7048fda0
Bug 649603 - Make nsIScriptContext::GetNativeContext return JSContext; r=jst
2011-09-18 11:22:17 +02:00
Daniel Holbert
83154c3b65
Back out cset c3bf76213a6c (bug 665392) for breaking a testcase from the w3c svg testsuite, 'full-animate-elem-24-t.html'.
2011-09-17 09:18:13 -07:00
Ed Morley
1ac68f82ce
Merge mozilla-central tip to mozilla-inbound
2011-09-17 10:25:25 +01:00
Nick Hurley
a44090294e
Bug 686948 - Add telemetry for cache hit/miss with/without revalidation. r=mcmanus
2011-09-17 10:22:09 +01:00
Ed Morley
ab9dc891cb
Bug 685084 - Remove unused variable 'lm' in mozilla::widget::PuppetWidget::DispatchPaintEvent(); r=roc
2011-09-17 10:22:09 +01:00
Ed Morley
eeeef6b549
Merge last green changeset on mozilla-inbound to mozilla-central
2011-09-17 10:02:50 +01:00
Robert O'Callahan ext:(.)
0d5d0f75cc
Bug 647687 - Fix filter SourceImage bounds. r=longsonr
2011-09-17 09:29:51 +01:00
Mike Hommey
3c82e02c3f
Bug 687139 - Avoid linking the updater against libmozutils. r=khuey
2011-09-17 08:55:45 +02:00
Brian Hackett
f2651fd01e
[INFER] Backout 3a8b5e4a286b for suspected M-oth orange.
2011-09-16 20:31:54 -07:00
Brian Hackett
4cd2135ba9
Merge MC->JM
2011-09-16 20:30:25 -07:00
Lucas Rocha
0c42767f05
Bug 686530 - Fix padding on icons to not cover urlbar line (r=wesj)
2011-09-17 00:38:36 +01:00
Ed Morley
00e6fcf8b2
Backout d4bdab069bbc (bug 630007) for qt build bustage and various oranges on other platforms
2011-09-17 00:27:55 +01:00
Brian R. Bondy
02566c25d3
Bug 617052 - Formatting fix for previous push. r=jimm
2011-09-16 15:46:38 -07:00
Doug Turner
fa4f75d7e3
Bug 630007 - Minimal support NPAPI on ANDROID. Pre-Honeycomb inproccess support only. r=josh.
2011-09-16 14:34:31 -07:00
Rafael Ávila de Espíndola
5771e9f63e
Bug 684659 - Remove xptcinvoke_unixish_x86.cpp. r=bsmedberg.
...
This patch:
* Modifies the linux version so that both calls are aligned and can be used by the OS X assembler.
* Removes KEEP_STACK_16_BYTE_ALIGNED, since it is cheap to do it always and the linux implementation was already doing.
* Define MOZ_NEED_LEADING_UNDERSCOR on OS X
* Move users of xptcinvoke_unixish_x86.cpp to xptcinvoke_gcc_x86_unix.cpp (and the stubs file too)
--HG--
extra : rebase_source : 11eac139b33ddfe60af96690e0c54aec77db82c9
2011-09-16 14:34:09 -07:00