Commit Graph

98070 Commits

Author SHA1 Message Date
Brian R. Bondy
213b7d2958 Bug 764515 - When setting default browser in Windows 8, should also set non http defaults. r=jimm 2012-06-14 22:19:39 -04:00
Wes Johnston
dbe8d494e1 Bug 755841 - Close a cursor during database creation. r=cpeterson 2012-06-14 19:14:37 -07:00
David Anderson
f01b2e6ef2 Fix typo. 2012-06-14 12:25:13 -07:00
David Anderson
66c345d01a Implement NAME ICs (bug 762421, r=jandem). 2012-06-14 12:21:30 -07:00
David Anderson
0c73aca901 Implement ALIASEDVAR opcodes (bug 762105, r=luke,jandem). 2012-06-14 02:14:16 -07:00
David Anderson
9cfa43c940 Add support for CallObjects and heavyweight functions (bug 761685, r=jandem,luke). 2012-06-14 01:21:31 -07:00
Nicolas Pierron
e021b7c7f8 Fix: Add cmpPtr(Address, Imm32) on x86/x64.(no bug, r=red-no-arm) 2012-06-14 00:16:00 -07:00
Nicolas Pierron
81d5c6440b Fix arm builds. (no bug, r=red-arm) 2012-06-13 23:09:18 -07:00
Nicolas Pierron
ce13257852 Remove debugging instrumentation from debug/Frame-arguments-02. (no bug, r=opt-orange) 2012-06-13 21:52:33 -07:00
Eric Faust
3a96dce89d Bug 764163 - Inlined dynamic call to check GC Zeal in ionmonkey. r=dvander 2012-06-13 20:38:39 -07:00
Nikos Verschore
cad3718a22 Implement a fast-path for JSOP_INSTANCEOF (bug 717466, r=dvander). 2012-06-13 20:33:46 -07:00
David Anderson
c70271a316 Make all cacheable scope objects into delegates (bug 761685, r=luke).
--HG--
extra : rebase_source : 0fca62a7e3f9fbd83b5133e0d4d12a3f87078583
2012-06-13 18:28:35 -07:00
Sean Stangl
1314287d8d Bug 763989 - Use the jumpRelocations_ buffer instead; quick orange fix. no_r 2012-06-13 13:09:22 -07:00
Sean Stangl
8893c198ec Bug 763989 - Mark the ArgumentsRectifier via ImmGCPtr. r=dvander 2012-06-13 11:55:54 -07:00
Sean Stangl
bfc175454d Backed out changeset 5f86bbdfe504 2012-06-13 11:54:03 -07:00
Sean Stangl
4666b86acd Bug 763989 - Mark the ArgumentsRectifier via ImmGCPtr. r=dvander 2012-06-13 11:52:33 -07:00
Jan de Mooij
9d4f7ba623 Bug 763599 - Inline string[int32] GETELEM. r=dvander 2012-06-13 10:56:31 +02:00
David Anderson
58cb46e7b5 Merge from mozilla-central.
--HG--
rename : accessible/src/html/nsHTMLTableAccessible.cpp => accessible/src/html/HTMLTableAccessible.cpp
rename : accessible/src/html/nsHTMLTableAccessible.h => accessible/src/html/HTMLTableAccessible.h
rename : accessible/src/xul/nsXULAlertAccessible.cpp => accessible/src/xul/XULAlertAccessible.cpp
rename : accessible/src/xul/nsXULAlertAccessible.h => accessible/src/xul/XULAlertAccessible.h
rename : accessible/src/xul/nsXULColorPickerAccessible.cpp => accessible/src/xul/XULColorPickerAccessible.cpp
rename : accessible/src/xul/nsXULColorPickerAccessible.h => accessible/src/xul/XULColorPickerAccessible.h
rename : accessible/src/xul/nsXULComboboxAccessible.cpp => accessible/src/xul/XULComboboxAccessible.cpp
rename : accessible/src/xul/nsXULComboboxAccessible.h => accessible/src/xul/XULComboboxAccessible.h
rename : accessible/src/xul/nsXULMenuAccessible.cpp => accessible/src/xul/XULMenuAccessible.cpp
rename : accessible/src/xul/nsXULMenuAccessible.h => accessible/src/xul/XULMenuAccessible.h
rename : accessible/src/xul/nsXULSliderAccessible.cpp => accessible/src/xul/XULSliderAccessible.cpp
rename : accessible/src/xul/nsXULSliderAccessible.h => accessible/src/xul/XULSliderAccessible.h
rename : accessible/src/xul/nsXULTabAccessible.cpp => accessible/src/xul/XULTabAccessible.cpp
rename : accessible/src/xul/nsXULTreeAccessible.cpp => accessible/src/xul/XULTreeAccessible.cpp
rename : accessible/src/xul/nsXULTreeAccessible.h => accessible/src/xul/XULTreeAccessible.h
rename : accessible/src/xul/nsXULTreeGridAccessible.cpp => accessible/src/xul/XULTreeGridAccessible.cpp
rename : accessible/src/xul/nsXULTreeGridAccessible.h => accessible/src/xul/XULTreeGridAccessible.h
2012-06-12 17:44:22 -07:00
Sean Stangl
4fa2da6b26 Bug 764165 - Poison freed IonCode buffers. r=dvander 2012-06-12 14:29:07 -07:00
Jan de Mooij
23314d5daa Remove unused variable, fix Clang warning. 2012-06-12 11:06:40 +02:00
Jonathan Wilde
44a8f0198b Bug 762528 - Remove enablePrivilege from password manager tests. r=fryn 2012-06-11 18:13:20 -07:00
Mark Hammond
5c6530fc24 Bug 755558 - report exceptions in head.js during browser-test. r=gavin 2012-06-15 12:08:17 +10:00
Sean Stangl
a892f6cbe2 Bug 762936 - Call writeDataRelocation() for storePtr(ImmGCPtr) on x86. r=dvander 2012-06-11 17:48:41 -07:00
Sean Stangl
406861019d Bug 763039 - Followup: fix ARM headers. no_r=red 2012-06-11 12:54:14 -07:00
Sean Stangl
24073684bb Bug 763039 - Toggle barrier jumps to correct state at end of compilation. r=dvander 2012-06-11 12:34:07 -07:00
Jan de Mooij
139049a2da Bug 762891 - Specialize more phis in some edge cases. r=dvander 2012-06-09 12:23:33 +02:00
Jan de Mooij
b0b57e5b7f Bug 762887 - Add an infallible MUnbox after known-object type barrier. r=dvander 2012-06-09 11:09:28 +02:00
Jan de Mooij
b1b68e0f5d Merge m-c to ionmonkey
--HG--
rename : accessible/src/html/nsHTMLSelectAccessible.cpp => accessible/src/html/HTMLSelectAccessible.cpp
rename : accessible/src/html/nsHTMLSelectAccessible.h => accessible/src/html/HTMLSelectAccessible.h
rename : memory/jemalloc/jemalloc.c => memory/mozjemalloc/jemalloc.c
rename : memory/jemalloc/jemalloc.h => memory/mozjemalloc/jemalloc.h
2012-06-08 11:18:39 +02:00
Nicolas Pierron
3f0a0be17e Revert eager code elimination (no bug, r=orange1827) 2012-06-07 17:57:49 -07:00
Nicolas Pierron
13310c2b18 Reduce amount of spew during invalidation (no bug, r=dvander) 2012-06-07 16:36:58 -07:00
Sean Stangl
ac16107ad1 Bug 762547 - Fix testcase from bug to pass on opt builds also. no_r 2012-06-07 15:01:32 -07:00
Ehsan Akhgari
764d4a251d Bug 737056 - Add some documentation on the mozilla::Version API; r=sparky
DONTBUILD
2012-06-07 17:55:46 -04:00
Sean Stangl
8aadeb36a2 Bug 762547 - Don't invalidate Ion code unless GC is non-preserving. r=dvander 2012-06-07 14:27:07 -07:00
Kyle Huey
2c93120c84 Bug 759970: Result when reaching the end of a cursor should be null. r=sicking 2012-06-07 13:59:51 -07:00
Kyle Huey
c1cce99063 Bug 755767: Shut down IndexedDB at profile-before-change. r=bent 2012-06-07 10:44:17 -07:00
Benoit Girard
f42686a593 Bug 756253 - Disable flash placeholder on zooming because of thread safety problems and heap corruption. r=snop 2012-06-07 13:27:15 -04:00
L. David Baron
33f9912f46 Make scroll frames (i.e., overflow != visible) no longer be font size inflation flow roots. This fixes phoronix.com/reddit.com/others at the expense of youtube.com. This reverts b64bfa138619890a01826bde8974cc974b45a6f5 (bug 760098) which in turn reverted 9620f50be9fa8be44931decf1e57ce25f51da812 (Bug 747720, patch 7) which in turn reverted part of 9499f6b28addcbcd9c480eb80cfe6c4c63a4a3a1 (Bug 706193, patch 2). (Bug 747720) r=backout 2012-06-12 12:43:09 -07:00
Malini Das
37466e48f5 Bug 744902 - Add datazilla and mozrunner to setup.py deps, r=jgriffin, DONTBUILD because NPOTB 2012-06-12 11:57:25 -07:00
Nicholas Cameron
4315d16887 Bug 750575; use nsCOMPtr around nsIPresShell in canvas code. r=roc 2012-06-12 10:48:42 -07:00
Daniel Holbert
fee8ac0908 Bug 763689: Add "auto" keyword for min-height and min-width, which for now just computes to 0. r=bz 2012-06-12 10:48:20 -07:00
James Willcox
30842e8e89 Backout a9455a51d543, bug 756253 2012-06-12 09:34:50 -04:00
Ed Morley
2840374911 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-06-12 10:36:42 +01:00
L. David Baron
a780231060 Don't assume ordering of callers of nsPresContext::ScreenWidthInchesForFontInflation; instead, track changes only for the caller that cares about changes. (Bug 759755, patch 5) r=bzbarsky 2012-06-11 22:43:31 -07:00
Brad Lassey
5999099571 bug 736602 - Change inactive tab timer clamp setting to something higher than 1hz r=mfinkle 2012-06-11 22:15:55 -07:00
Richard Newman
fd2bc14986 Bug 742478 - Integrate appropriate icons for for sending tabs. r=assets-only 2012-06-11 21:32:05 -07:00
Chris Jones
4a049cb3e0 Bug 759653: Use RGB24 for offscreen surfaces on android-esque platforms. r=mwu 2012-06-11 20:41:46 -07:00
Chris Jones
725140b8b6 Test for bug 763228. 2012-06-11 20:41:46 -07:00
Chris Jones
5571d351b3 Bug 763238: Use fully-qualified names for Open/Bridge. r=bent 2012-06-11 20:41:46 -07:00
Kevin Brosnan
1be8945ea7 Bug 736602 - Increase dom.min_background_timeout_value to 15 minutes for mobile r=mfinkle a=akeybl 2012-06-11 18:44:45 -07:00
James Willcox
78260a6207 Bug 762407 - Avoid deadlock when exiting fullscreen Flash videos on Android r=blassey 2012-06-11 13:50:59 -04:00