Rob Arnold
|
b381fdfc4a
|
Attempt to fix bustage from b375e530a90b by adding parens to hopefully appease gcc.
|
2010-05-23 23:47:34 -04:00 |
|
David Anderson
|
634f2ea371
|
Merge backout.
|
2010-05-23 20:35:18 -07:00 |
|
Rob Arnold
|
3899a2be6b
|
Bug 556967 - Re-enable aero glass once bug 555182 is fixed r=gavin
|
2010-05-23 23:29:09 -04:00 |
|
Rob Arnold
|
46451c053e
|
Bug 555182 - Calculate the largest opaque rectangle in the opaque region to determine glass margins r=jimm,roc
|
2010-05-23 23:29:04 -04:00 |
|
David Anderson
|
7427ea1c19
|
Backed out changeset 752bab2cb85b.
|
2010-05-23 20:27:13 -07:00 |
|
Robert O'Callahan
|
fd35fd2894
|
Bug 564993. Fix build error, and fix Bas' review comment.
|
2010-05-24 14:25:58 +12:00 |
|
David Anderson
|
b3e606386e
|
Argh, JSD is C - fixing build (bug 561923 fallout).
|
2010-05-23 19:19:18 -07:00 |
|
Robert O'Callahan
|
b045d986ea
|
Port over part of changeset eaea9e3806a3 to FrameLayerBuilder to fix reftest failure in ogg-video/clipping-1a.html
|
2010-05-24 14:13:00 +12:00 |
|
David Anderson
|
51f21f92ba
|
Statically bind global variable references where possible (bug 561923, r=brendan).
|
2010-05-23 17:15:16 -07:00 |
|
David Anderson
|
fd993d7db3
|
Deoptimize uses inside polluted scopes (bug 561923 part 3, r=brendan).
|
2010-05-23 17:15:01 -07:00 |
|
David Anderson
|
b51e272cf2
|
Avoid resolving while looking up constants during parsing (bug 561923 part 2, r=brendan).
|
2010-05-23 17:14:59 -07:00 |
|
David Anderson
|
7d51777143
|
Fix JSD to use JSCLASS_GLOBAL_FLAGS (bug 561923 part 1.5, r=mrbkap).
|
2010-05-23 17:14:56 -07:00 |
|
David Anderson
|
e1e1715771
|
Reserve standard class properties in global objects (bug 561923 part 1, r=brendan).
|
2010-05-23 17:12:08 -07:00 |
|
Luke Wagner
|
b7325ce98e
|
Bug 567627 - fix strict-aliasing violation in jsgc (r=igor)
|
2010-05-23 13:38:29 -07:00 |
|
Ehsan Akhgari
|
e4c3143ab1
|
Bug 567213 - selecting editable text and the clicking on an a focusable element does weird things; r=roc
--HG--
extra : rebase_source : 8f4d5df18d8eb7884ced10125132e9f8eada19e4
|
2010-05-22 21:04:10 -04:00 |
|
Ehsan Akhgari
|
88a979fa09
|
Test case for bug 564461; r=roc
--HG--
extra : rebase_source : 8f5bea38964e7175667d9a6354a260773290c83b
|
2010-05-22 21:04:09 -04:00 |
|
Chris Jones
|
b0a6866357
|
Bug 567645: Temporarily work around now-fatal deserialization errors by sending a dummy message in place of previously ignored windows messages. r=bent
|
2010-05-25 19:41:02 -05:00 |
|
Timothy Nikkel
|
ea2eecd84a
|
Bug 450450. Add some debugging output to try to fix random orange in test_loadflags.html.
|
2010-05-25 18:40:45 -05:00 |
|
Johnny Stenback
|
9b2e0f4291
|
Followup fix for bug 565124. Don't write to bits other than the first bit in a 1-bit sized member. r=dholbert@mozilla.com, r=joe@drew.ca
|
2010-05-25 15:27:29 -07:00 |
|
Michael Wu
|
311d35a5ce
|
Bug 565089 - Allow cairo to build on Android. r=jmuizelaar,ted
|
2010-05-25 15:21:18 -07:00 |
|
Dan Witte
|
cfbcff4a14
|
Bug 541356 - session lost after restart. Part 2: Don't batch in AddInternal(). r=sdwilsh
|
2010-05-25 15:00:44 -07:00 |
|
Igor Bukanov
|
2dc14c17ba
|
bug 558150 - js_GC outside a request must wait for other GC to finish. r=jorendorff
|
2010-05-22 21:49:58 +02:00 |
|
Jason Orendorff
|
a40a1841c1
|
Bug 530688 - Do not use std::string or iostreams in jsapi-tests. r=Waldo.
--HG--
extra : rebase_source : a87186b5db07a158add196a59937e65f3cbcc0ca
|
2010-05-22 06:09:17 -05:00 |
|
Igor Bukanov
|
b901f571e8
|
bug 566949 - always allow JS_malloc to be called outside a request or from a GC. r=jorendorff
|
2010-05-22 13:07:29 +02:00 |
|
Andreas Gal
|
fd6436223d
|
Don't mark descriptor obj if it is NULL (567387, r=jorendorff).
|
2010-05-21 10:37:56 -07:00 |
|
Jason Orendorff
|
40d0fb0842
|
Bug 513065 - Part 3, Stay on trace when calculating scope in thisObject hook. r=mrbkap.
|
2010-05-21 07:27:00 -05:00 |
|
Andreas Gal
|
39f2723c14
|
Follow-up fix for bug 567059.
|
2010-05-21 00:19:09 -07:00 |
|
Andreas Gal
|
aa1254011a
|
Abort tracing if we come across a non-native object (567059, r=dvander).
|
2010-05-20 21:01:27 -07:00 |
|
Robert O'Callahan
|
5cb6f06477
|
Bug 564993. Part 5: Change ThebesLayer painting to be callback-based; move layer tree construction to FrameLayerBuilder. r=Bas,mats,sr=vlad
|
2010-05-21 15:20:48 +12:00 |
|
Robert O'Callahan
|
35d47b1777
|
Backing out bug 564993 part 5 again due to leaks
|
2010-05-24 10:53:55 +12:00 |
|
Robert O'Callahan
|
491e959191
|
Backed out changeset b37bdb032fe7
|
2010-05-24 10:53:05 +12:00 |
|
Robert O'Callahan
|
29967ae259
|
Remove code that I need to back out that slipped into the wrong patch
|
2010-05-24 10:52:28 +12:00 |
|
Kyle Huey
|
7ee0dabbad
|
Backing out Bug 561674.
|
2010-05-23 15:12:52 -07:00 |
|
Kyle Huey
|
fe2eae4467
|
Backed out changeset 7efb41b5e57a
|
2010-05-23 15:12:20 -07:00 |
|
Michael Kohler
|
5f19df86e0
|
Bug 564091: Fix spelling of nonexistent across the tree. r=timeless
--HG--
extra : rebase_source : 4f15f7fd6f90926b77d136be83af7f22c5ffa830
|
2010-05-23 12:26:15 -07:00 |
|
Benoit Jacob
|
58619e4355
|
Bug 567209. OSMesa rendering needs to be flipped. r=vlad
|
2010-05-24 09:36:49 +12:00 |
|
Benoit Jacob
|
3a52454889
|
Bug 567190. Initialize ContextFormat to zero properly. r=vlad
|
2010-05-24 09:36:49 +12:00 |
|
Masatoshi Kimura
|
9716db11a9
|
Bug 562908. Add genignorable.pl script to regenerate ignorable.x-ccmap. r=smontagu
|
2010-05-24 09:36:49 +12:00 |
|
Martin Stránský
|
1507192afe
|
Make ipc/ build with gcc 4.1.2. r=cjones
|
2010-05-24 09:36:49 +12:00 |
|
Mounir Lamouri
|
e5a9c417cf
|
Bug 551846. Tests
|
2010-05-24 09:36:49 +12:00 |
|
Mounir Lamouri
|
06ad5cda45
|
Bug 551846. <select> size should default to 4 when 'multiple' attribute is present. r=smaug, sr=jst
|
2010-05-24 09:36:49 +12:00 |
|
Chris Double
|
63a38282f4
|
Bug 567056. Rename mAspectRatio to mPixelAspectRatio. r=kinetik
|
2010-05-24 09:36:10 +12:00 |
|
Kyle Huey
|
f91373fd78
|
Bug 561674: Stop defining DEBUG_<username>. r=ted
--HG--
extra : rebase_source : 290d08ee449b383e55b83dec87a963b6d4f1927c
|
2010-05-23 10:43:34 -07:00 |
|
Ehsan Akhgari
|
f58add9d96
|
Bug 336104 - "ASSERTION: no frame, see bug #188946"; r=roc,dbaron
|
2010-05-21 16:36:42 -04:00 |
|
Robert Strong
|
ca6db0e13a
|
Bug 566267 - Simplify app update mochitest-chrome tests (rename files). r=dtownsend
--HG--
rename : toolkit/mozapps/update/test/chrome/test_0021_check_noBillboard_noLicense_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0011_check_basic.xul
rename : toolkit/mozapps/update/test/chrome/test_0022_check_noBillboard_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0012_check_basic_license.xul
rename : toolkit/mozapps/update/test/chrome/test_0011_check_billboard_noLicense_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0021_check_billboard.xul
rename : toolkit/mozapps/update/test/chrome/test_0012_check_billboard_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0022_check_billboard_license.xul
rename : toolkit/mozapps/update/test/chrome/test_0041_available_noBillboard_noLicense_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0031_available_basic.xul
rename : toolkit/mozapps/update/test/chrome/test_0042_available_noBillboard_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0032_available_basic_license.xul
rename : toolkit/mozapps/update/test/chrome/test_0031_available_billboard_noLicense_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0041_available_billboard.xul
rename : toolkit/mozapps/update/test/chrome/test_0032_available_billboard_noAddons.xul => toolkit/mozapps/update/test/chrome/test_0042_available_billboard_license.xul
rename : toolkit/mozapps/update/test/chrome/test_0112_neverButton_noBillboard.xul => toolkit/mozapps/update/test/chrome/test_0111_neverButton_basic.xul
rename : toolkit/mozapps/update/test/chrome/test_0111_neverButton_billboard.xul => toolkit/mozapps/update/test/chrome/test_0112_neverButton_billboard.xul
|
2010-05-22 16:18:35 -07:00 |
|
Robert Strong
|
b6fca906ec
|
Bug 567054 - Cc and Ci are not defined in updates.js. r=dtownsend
|
2010-05-22 14:11:03 -07:00 |
|
Robert Strong
|
366cac3334
|
Bug 566807 - Workaround Bug 566787 when checking for incompatible add-ons. r=dtownsend
|
2010-05-22 14:10:45 -07:00 |
|
Robert Strong
|
321a32ff79
|
Bug 562151 - allow post-update helper application on mac. r=rstrong
|
2010-05-22 14:10:31 -07:00 |
|
Chris Jones
|
41d4381920
|
Bug 565462: Implement operator== for IPDL structs and unions. r=bsmedberg
|
2010-05-22 14:35:42 -05:00 |
|
Chris Jones
|
521f71cd9d
|
Bug 565461: Implement nsTArray::operator==. r=bsmedberg
|
2010-05-22 14:35:41 -05:00 |
|