Kannan Vijayan
97a11d1ecd
Bug 701963 - IonMonkey: Compile JSOP_LOOKUPSWITCH. [Test case generator and generated test cases].
2012-05-08 18:10:34 -04:00
Kannan Vijayan
b403210ee6
Bug 701963 - IonMonkey: Compile JSOP_LOOKUPSWITCH. (r=jandem)
2012-05-08 18:07:02 -04:00
Kannan Vijayan
5c0a6e233b
Bug 743129 - Clear ionReturnOverride in HandleException. (r=dvander)
2012-05-08 10:47:31 -04:00
Nicolas Pierron
3cfbb5ce82
Fix OS X compilation (no bug, r=red)
2012-05-07 19:14:54 -07:00
Nicolas Pierron
a1e94e5d9e
Create unexpected argument object from StackIter (Bug 751635, r=dvander)
2012-05-07 18:33:09 -07:00
Sean Stangl
0ae9096594
Bugless - Indent JSON spew so we can open large files with a text editor. r=mjrosenb
2012-05-07 15:46:58 -07:00
Marty Rosenberg
dfef3666bd
Bug 745362, part 3/3 - Implement rounding correctly on ARM. r=sstangl
2012-05-07 14:18:16 -07:00
Marty Rosenberg
1016d111c3
Bug 745362, part 2/3 - Fix floor on ARM. r=jbramley
2012-05-07 14:18:16 -07:00
Sean Stangl
76b9cc7d3b
Bug 745362, part 1/3 - Implement Math.floor() and Math.round() for x86/x64. r=pierron
2012-05-07 14:18:16 -07:00
David Anderson
bba713f587
Fix build.
2012-05-04 19:41:25 -07:00
David Anderson
14bf2a099d
Merge from mozilla-central.
...
--HG--
rename : accessible/src/base/nsRootAccessible.cpp => accessible/src/generic/RootAccessible.cpp
rename : accessible/src/base/nsRootAccessible.h => accessible/src/generic/RootAccessible.h
rename : js/src/jsgcmark.cpp => js/src/gc/Marking.cpp
rename : js/src/jsgcmark.h => js/src/gc/Marking.h
2012-05-04 19:16:35 -07:00
Marty Rosenberg
b46a98491c
When the new represetative element is chosen, its consumers should be marked, since it will appear to not change. (bug 748091, r=sstangl)
2012-05-04 17:22:52 -07:00
Masayuki Nakano
00374f8aa9
Bug 751929 Insert break at WM_*CHAR case in constructor of mozilla::widget::NativeKey r=jimm
2012-05-05 07:47:46 +09:00
Masayuki Nakano
db46c52123
Bug 751881 Set keycode to keypress event at WM_CHAR handler when charcode is 0 r=jimm
2012-05-05 07:47:46 +09:00
Tim Taubert
4adee0cf31
merge m-c to fx-team
2012-05-05 00:36:12 +02:00
Matt Brubeck
4f6ec51e73
Bug 751930 - Don't request READ/WRITE_HISTORY_BOOKMARKS permissions on Android [r=blassey]
2012-05-04 13:37:15 -07:00
Ehsan Akhgari
95c46760e3
Merge the last green PGO changeset from mozilla-inbound into mozilla-central
2012-05-04 16:23:45 -04:00
Paul O’Shannessy
95399f670e
Bug 751955 - Lion fullscreen check should be more versatile [r=gavin]
2012-05-04 11:24:04 -07:00
Paul O’Shannessy
bca2c43793
Bug 751711 - Fix usage of nsIAlertsService in nsBrowserGlue [r=gavin]
2012-05-04 11:23:55 -07:00
Kannan Vijayan
f29db16b94
Bug 489623 - JSOP_SETPROP does not run resolve hook when adding properties (try 3)
2012-05-04 13:57:52 -04:00
Ed Morley
ef4a77b27a
Backout e90f0d780ca9 (bug 741576) for timeouts in browser_bug589375_keybindings.js
2012-05-04 18:06:20 +01:00
Heather Arthur
938c2ffe7a
Bug 741576 - Style tweaks for Computed view; r=jwalker
2012-05-04 15:53:53 +01:00
Olli Pettay
1aadf1cb05
Bug 561664 - document.activeElement should never return native anonymous content, r=enndeakin
2012-05-04 17:41:49 +03:00
Olli Pettay
c2802fffc8
Bug 751422, fix regression from GetOwnerDoc() -> OwnerDoc(), r=khuey
2012-05-04 17:41:27 +03:00
Tim Taubert
5bf4b8b5ca
Bug 749892 - Intermittent browser_tabview_apptabs.js | Test timed out; r=jaws
2012-05-04 16:32:35 +02:00
Ed Morley
3c9ca1882b
Backout f8125b89352d (bug 747857) for frequent test failures
2012-05-04 15:24:42 +01:00
Tim Taubert
7a5fb0d3d7
Bug 740242 - runtests.py | Received unexpected exception while running application 'NoneType' object has no attribute 'group'; r=ted
2012-05-04 16:21:24 +02:00
Tim Taubert
510abf5b6c
merge m-c to fx-team
2012-05-04 16:20:36 +02:00
Michael Kaply
dee2770b73
Bug 278860 - missed gPromptService change to Services.prompt in previous checkin - r=mossop
2012-05-04 08:42:51 -05:00
Ed Morley
3a910053c6
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-04 13:47:16 +01:00
Brian R. Bondy
0398ec71be
Bug 751652 - Disable MAR tests when security checks are disabled. r=rstrong
2012-05-04 08:09:14 -04:00
Ed Morley
d328269d4d
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-05-04 09:40:58 +01:00
Nicolas Pierron
387dc56b27
Remove unexpected properties from the global object. (Bug 750582, r=dvander)
...
* Check if the shape is writable.
* Clean-up SetPropertyCache and extract isSetPropertyInlinable and
isPropertyInlinable, rename the other predicate to
isAddPropertyInlinable to clarify.
* Add VMFunction to handle the bottom of SetPropertyOperation and use
it inside SetPropertyCache to fix wrong use of SETNAME on the global
object.
2012-05-04 00:07:59 -07:00
Nicolas Pierron
d2d5b6761f
Skip next OSR in case forbidOSR flag is GC-ed. (Bug 751383, r=dvander)
2012-05-03 22:55:29 -07:00
Josh Aas
35ff8b5a35
Bug 751641: Fix bug in which we add a Java MIME type to all plugins. r=jst
2012-05-04 00:35:07 -04:00
Chris Lord
f55a32191b
Bug 750535 - Fix invalidation of retained tiles. r=ajuma a=blocking-fennec
...
When the layer size changed, reused tiles that then fell out of the layer area
would be incorrectly rendered. Fix this by deriving the rendered content area
from set display-ports and correctly invalidating when harvesting tiles, and
clipping when drawing them.
--HG--
extra : rebase_source : 6427be89b9cfb1e54feb0582fb64fa97d7d42bde
2012-05-03 20:55:08 -04:00
Karl Tomlinson
1ae1e30aeb
b=751774 handle no drag service during shutdown r=roc
...
--HG--
extra : transplant_source : %20%EE%CD%93%CE%A9%C2%DF%B3%1F1%07%CB%19E.%F3%20%B8%0B
2012-05-04 15:34:50 +12:00
L. David Baron
6619db8bda
Add missing GetFirstInFlow() call that was causing a crash in ComputeDescendantWidth when printing with font inflation enabled (or a debug build). (Bug 751797) r=roc
...
--HG--
extra : transplant_source : %B5%FE%E5%DFaH%06%0F%3B%26%C0%E2%8B%3E4%F37%BFi-
2012-05-03 22:55:33 -04:00
Phil Ringnalda
78732b79ad
Bug 738803 - Annotate the Windows assertions in 736924-1.html now that compartment-per-global has made them permanent on Win7
2012-05-03 19:48:06 -07:00
Eitan Isaacson
df9352509a
Bug 750528 - Use accessibility.accessfu to enable or disable accessfu. r=davidb
2012-05-03 19:28:35 -07:00
Eitan Isaacson
3da6de8a22
Bug 751769 - Only attach to first window, throw exception if attach is called again. r=davidb
2012-05-03 19:28:35 -07:00
Ehsan Akhgari
60ad6284bc
Bug 184013 - Add a .gdbinit containing useful debugging macros to the tree so that it is found automagically; r=jimb
...
DONTBUILD
2012-05-03 20:06:14 -04:00
L. David Baron
39891d906d
Make effect of form controls on font size inflation text threshold not depend on user changes to their value. (Bug 747857) r=roc
...
--HG--
extra : transplant_source : %1F%7B%3Fk%A6%F1%2C%EAZ%920%FB%FD%FB%3D%8E%9C%C9y%19
2012-05-03 20:04:30 -04:00
Ehsan Akhgari
1010d4717a
Bug 751611 - Add mozconfig files for building Win32 binaries on our Win64 bit platforms; r=khuey
...
DONTBUILD
2012-05-03 17:27:32 -04:00
Gregory Szorc
8ab3dda40c
Bug 749957; r=rnewman
2012-05-03 14:25:33 -07:00
Frank Yan
8cd2b9826b
Bug 738642 - Finalized marketplace icon for about:home. r=mak
2012-05-03 13:20:01 -07:00
Brian R. Bondy
0c07aa9fc7
Bug 670514 - LNK file test for Windows share security. r=bz
2012-05-03 15:23:32 -04:00
Brian R. Bondy
796c450e07
Bug 670514 - Arbitrary File + Directory read via .lnk files on Windows Share. r=bz
2012-05-03 15:23:28 -04:00
Ed Morley
8266a4291c
Merge mozilla-central to mozilla-inbound
2012-05-03 20:13:41 +01:00
Jared Wein
cc20c6669c
merge
2012-05-03 15:10:54 -04:00