Terrence Cole
179a3ea391
Bug 716042 - Add missing barriers to JSObject::TradeGuts; r=billm
...
Add a manual post barrier to match the existing pre-barrier.
2012-01-06 14:00:35 -08:00
Rafael Ávila de Espíndola
db88422468
Bug 723738 - Remove invalid forward declaration of an objective c interface. r=BenWa.
2012-02-03 01:22:34 +01:00
Brian Hackett
61062f7710
Catch some opcodes which return directly from a script, bug 723099. r=dvander
2012-02-02 16:09:47 -08:00
Brian Hackett
75773d6f67
Remove bogus assert, bug 722021. r=jandem
2012-02-02 16:06:41 -08:00
Matt Brubeck
2ef1dd3b00
Bug 723746 - XUL Fennec uses non-tablet layout on ICS tablets [r=mfinkle]
2012-02-02 16:03:57 -08:00
Sid Stamm
6887d91cfa
Bug 717511 - Content Security Policy Bypass. r=bsterne, jst
2012-02-02 15:42:12 -08:00
Jim Mathies
5a62d70df3
Bug 683059 - Fix for Crash [@ nsObjectFrame::IsOpaque] with applet and changing style onunload. r=josh
2012-02-02 16:55:25 -06:00
Robert Strong
8d4078f54c
Bug 668574 (original patch by Javi Rueda) - Refuse to install on Windows XP SP 1 and below. r=bbondy
2012-02-02 14:12:54 -08:00
Mark Finkle
bf2e5a4fe7
Bug 715262 - 'Browse Add-ons' link on about:home and Add-ons Manager icon in about:addons should point to new AMO Android product r=mbrubeck
2012-02-02 16:04:27 -05:00
Boris Zbarsky
eccedff6b7
Bug 723441. Add a way to store base URI object on nodes out-of-band, and use the for <use>-cloned content. r=dholbert
2012-02-02 15:50:50 -05:00
Nathan Froyd
81b9c9d41c
Bug 707320 - Backout Bug 707320. r=taras
2012-02-02 18:14:19 +01:00
Boris Zbarsky
ad5fde345e
Bug 723446. Be a little more careful changing declarations on keyframe rules. r=dbaron
2012-02-02 11:59:39 -05:00
Benoit Girard
af561ad0ae
Bug 722124 - Profiler cleanup. r=ehsan
...
--HG--
rename : tools/profiler/sps/TableTicker.cpp => tools/profiler/TableTicker.cpp
rename : tools/profiler/public/nsIProfiler.idl => tools/profiler/nsIProfiler.idl
rename : tools/profiler/sps/platform-linux.cc => tools/profiler/platform-linux.cc
rename : tools/profiler/sps/platform-win32.cc => tools/profiler/platform-win32.cc
rename : tools/profiler/sps/platform.h => tools/profiler/platform.h
rename : tools/profiler/sps/shared-libraries-linux.cc => tools/profiler/shared-libraries-linux.cc
rename : tools/profiler/sps/shared-libraries-macos.cc => tools/profiler/shared-libraries-macos.cc
rename : tools/profiler/sps/shared-libraries-win32.cc => tools/profiler/shared-libraries-win32.cc
rename : tools/profiler/sps/shared-libraries.h => tools/profiler/shared-libraries.h
rename : tools/profiler/sps/sps_sampler.h => tools/profiler/sps_sampler.h
rename : tools/profiler/sps/thread_helper.h => tools/profiler/thread_helper.h
rename : tools/profiler/sps/v8-support.h => tools/profiler/v8-support.h
2012-01-29 01:56:41 -05:00
Rafael Ávila de Espíndola
b3cfb69371
Bug 723525 - Mark classes final or add virtual destructor in content/*. r=jmuizelaar.
2012-02-02 17:15:18 +01:00
Lucas Rocha
1beaf021cb
Bug 722752 - Show/hide sync banner when sync accounts are added/removed (r=mfinkle)
2012-02-02 16:08:58 +00:00
Justin Lebar
2864b402b2
Back out bug 715308 and bug 721510 due to crashes and intermittent OSX reftest failures. r=joe
2012-02-02 10:59:01 -05:00
Lucas Rocha
5ec39bb4f8
Bug 710335 - Hide recommended addons section from about:home when empty (r=mfinkle)
2012-02-02 15:49:48 +00:00
Lucas Rocha
f7f027e5ec
Bug 720764 - Show toast notification when opening link in a new tab in awesomebar (r=mfinkle)
2012-02-02 15:49:46 +00:00
Lucas Rocha
9b69c292c7
Bug 722655 - Fix crash on about:home when tab isn't present (r=mfinkle)
2012-02-02 15:49:43 +00:00
Joel Maher
fd2d75e1b8
Bug 717057 - [hotfix] allow robotium testPan to run in talos. r=mbrubeck
2012-02-02 10:47:17 -05:00
Blake Kaplan
2718588789
Bug 723111 - Add an option to js::UnwrapObject so that it doesn't stop at outer windows when unwrapping. This is useful for cases where we are trying to find the wrapped native for a security wrapper. r=bzbarsky
2012-01-26 14:55:27 +01:00
Joel Maher
3c8ca91d37
Bug 717057 - allow robotium testPan to run in talos. r=kats,gbrown
2012-02-02 10:09:26 -05:00
Geoff Brown
dd9399798b
Bug 720930 - Robocop: update testBookmark to allow for zero bookmarks; r=jmaher
2012-02-02 10:09:24 -05:00
Bobby Holley ext:(%2C%20Jason%20Orendorff%20%3Cjorendorff%40mozilla.com%3E)
b34f83251c
Do not innerize an object assigned to __proto__ or used as the target of a with statement. Bug 719841, r=mrbkap.
2012-01-27 14:16:27 -06:00
Jason Orendorff
0492762a38
Make the JS debugger consistently ignore dummy frames, fixing an assertion failure. Bug 678086, r=jimb.
2012-01-27 14:16:22 -06:00
Jason Orendorff
e0f3a848e0
Reinstate a few assertions in TokenPos constructors. Bug 695922, r=luke.
2012-01-27 14:14:01 -06:00
Makoto Kato
f99bf00fc2
Bug 710125 - Reduce LoadLibray/GetProcAddress for user32.dll and oleacc.dll on a11y, r=surkov, roc
2012-02-02 21:29:58 +09:00
Jonathan Kew
dd425a16eb
bug 721315 - clear the faces' mFamily pointers when a font family is deleted. r=jdaggett
2012-02-02 11:24:22 +00:00
Jonathan Kew
72cdfcf8c3
bug 721315 - fix nsUserFontSet::UpdateRules to detach faces from families that are being replaced. r=jdaggett
2012-02-02 11:24:22 +00:00
Ed Morley
a2cee55542
Merge mozilla-central to mozilla-inbound
2012-02-02 10:54:45 +00:00
Paolo Amadini
5e5c776bac
Bug 722242 - Avoid thread contention on idle maintenance. r=mak
2012-02-02 11:33:33 +01:00
Ed Morley
8be2a077dc
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-02-02 10:22:32 +00:00
Jonathan Watt
baa7ef5264
Bug 714839 - Make nsCSSFrameConstructor inherit nsFrameManager. r=bz.
...
--HG--
extra : rebase_source : 23c36617c5088884b7e1ecea48e6c09aa8757690
2012-02-02 10:06:46 +00:00
Ed Morley
b99d579b4b
Backout 90f7f032757f, 6695904a4a70, 50e98f67df1b & d26e8631514c (bug 697641) for native Android failures and 20289eb83e51 (bug 712378) because it conflicted with the backout CLOSED TREE
2012-02-02 10:09:40 +00:00
Trevor Saunders
6d127592d5
really backout bug 672507 on a CLOSED TREE
2012-02-02 04:42:34 -05:00
Trevor Saunders
4f1717f3f5
Backed out changeset 02fa7e9fb9f8 bug 672507 on a CLOSED TREE
2012-02-02 04:37:55 -05:00
Trevor Saunders
557fac48f9
bug 672507 - bustage fix
2012-02-02 04:08:31 -05:00
Chris Lord
4b43baa049
Bug 717349 - Add a checkerboarding test to Robotium. r=jmaher
...
Copy testPan, but make it record checkerboarded frames instead of dropped
frames.
--HG--
rename : mobile/android/base/tests/testPan.java.in => mobile/android/base/tests/testCheck.java.in
2012-02-02 09:03:37 +00:00
Tim Taubert
67644c2dbd
merge m-c to fx-team
2012-02-02 10:03:01 +01:00
Chris Lord
5541959d3a
Bug 717349 - Add checkerboard testing to Robotium. r=jmaher
...
Add functions to Robotium to test for checkerboarding.
2012-02-02 09:02:49 +00:00
Chris Lord
926982757d
Bug 717349 - Add optional render and checkerboarding profiling. r=kats
...
This adds checkerboard profiling to LayerRenderer, that can be enabled either
by enabling debug logging of the "GeckoLayerRendererProf" tag, or via
reflection using PanningPerfAPI.
2012-02-02 09:02:32 +00:00
Rafael Ávila de Espíndola
674b523321
Bug 723122 - fix clang build. r=jmuizelaar.
2012-02-02 10:02:06 +01:00
Dão Gottwald
bb1da0e09e
Bug 720985 - Make some tests stop polluting the global scope
2012-02-02 09:56:35 +01:00
Dão Gottwald
986d179535
Bug 574971 - Remove WindowDraggingElement's redundant 'window' argument. r=enn
2012-02-02 09:28:04 +01:00
Jim Straus
dab257b9cd
Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones
2012-02-01 22:09:00 -08:00
Chris Jones
1695c50f41
Bug 718254: Get the IPDL unit test harness compiling again. r=bent
2012-02-02 00:33:06 -08:00
Chris Jones
3285de0cfc
Bug 723418: Don't link against HAL_getNumberOfCameras because we don't have a camera library on the emulator. r=gal
2012-02-02 00:33:06 -08:00
Gregory Szorc
207dd282d3
Bug 723323 - Add extensions.getWithPerformance.url pref; r=Unfocused
...
This is a follow-up from bug 716736.
2012-02-01 19:52:45 -08:00
Doug Turner
edc6051251
Bug 721006 - Crash when setting a very large document.title. r=mfinkle
2012-02-01 22:44:18 -05:00
Christian Sonne
730d919697
Bug 388079 - Deleting multiple cookies deletes wrong ones and/or not all selected. r=ttaubert
2012-02-01 16:49:32 +01:00