Josh Matthews
|
a49d27e02f
|
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
--HG--
extra : rebase_source : e83bc87174fda4af83300e563d5d62b331ac26e2
|
2011-06-29 15:29:52 -04:00 |
Josh Matthews
|
85b4ae86c3
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
--HG--
extra : rebase_source : b0c73c5d539a7c1d579722fb1e67db1e0c9a44b1
|
2011-06-08 15:56:31 -04:00 |
Josh Matthews
|
ec2f30bcb7
|
Back out bug 581341.
|
2011-06-29 15:13:17 -04:00 |
Josh Matthews
|
dc3df0dd7c
|
Bug 581341 - Part 6: Nits. r=bent
|
2011-06-29 13:20:43 -04:00 |
Josh Matthews
|
4560199bc4
|
Bug 581341 - Part 4: Always run the IPC testshell callback, regardless of execution success or failure. r=bent
|
2011-06-23 19:31:58 -04:00 |
Josh Matthews
|
d7cc923829
|
Bug 581341 - Part 1: Make crash report annotation work OOP and subsume existing workarounds. r=cjones
|
2011-06-08 15:56:31 -04:00 |
Mounir Lamouri
|
2a6dff584a
|
No bug - Fix build bustage.
|
2011-06-29 14:29:29 +02:00 |
Mounir Lamouri
|
3467081aae
|
Bug 667485 - Add windows' document size to windows size. r=jst
|
2011-06-29 13:18:54 +02:00 |
Mounir Lamouri
|
3118799f9f
|
Bug 667474 - Do a naive computation of windows' size in the DOM Memory Reporter. r=jst
|
2011-06-29 13:06:43 +02:00 |
Mounir Lamouri
|
9ca46176f4
|
Bug 667470 - Track all created windows in a global hash table. r=bz
|
2011-06-29 13:03:54 +02:00 |
Mounir Lamouri
|
95027d8725
|
Bug 667468 - Add a dummy DOM memory reporter behind a compilation flag. r=njn
|
2011-06-29 13:01:07 +02:00 |
Boris Zbarsky
|
dc3b67a6d9
|
Bug 668030. Warn when enablePrivilege is used. r=sicking
|
2011-06-28 21:05:45 -04:00 |
Boris Zbarsky
|
4fb0dee587
|
Bug 667618. Prevent mismatches between our enum and our strings. r=sicking
|
2011-06-28 21:05:34 -04:00 |
Doug Turner
|
6143433d38
|
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug
|
2011-06-28 15:37:31 -07:00 |
Justin Lebar
|
5daed65b45
|
Bug 664486 - Add page fault counts to about:memory on Linux and Mac. r=njn, sr=bz
--HG--
extra : rebase_source : 47dd7501dea7ae69e01828a5c730e8853739dc71
|
2011-06-16 14:34:09 -04:00 |
Benoit Girard
|
4a3c9a0ca2
|
Bug 557226 - Mac plugins now reflect plugin name; r=smichaud
|
2010-08-15 23:02:38 -04:00 |
Benoit Girard
|
9d3e40161b
|
Bug 587370 - Part 2: Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-27 13:29:06 -04:00 |
Jonas Sicking
|
463d460f66
|
Bug 663461 Part 1: Remove Add/RemoveEventListenerByIID from editor. r=smaug
|
2011-06-27 16:34:54 -07:00 |
Chris Leary
|
b6e46acdbd
|
Merge mozilla-central and tracemonkey.
|
2011-06-27 11:07:22 -07:00 |
Mounir Lamouri
|
00c9c62df5
|
Backout changeset 4e87265b9c11 (bug 663259) due to Talos regression.
|
2011-06-27 14:52:57 +02:00 |
Jeff Walden
|
c35a61253a
|
Bug 665835 - Remove JSOPTION_ANONFUNFIX. r=cdleary
--HG--
rename : js/src/tests/js1_5/extensions/regress-376052.js => js/src/tests/ecma_5/misc/unnamed-function.js
|
2011-06-21 09:53:19 -07:00 |
Chris Leary
|
6ad07be206
|
Merge mozilla central and tracemonkey.
|
2011-06-20 16:49:20 -07:00 |
Jesse Ruderman
|
1fc637cac1
|
Add crashtest from bug 609560
|
2011-06-20 11:42:05 -07:00 |
Kyle Huey
|
854ce884b6
|
Back out Bug 441197 which was going to try ...
|
2011-06-20 11:18:19 -07:00 |
Kyle Huey
|
232bf8bb4b
|
* * *
try: -b d -p win32 -u all
|
2011-06-20 08:57:16 -07:00 |
Doug Turner
|
12569c1c97
|
Bug 615597 - Implement devicemotion and fix up deviceorientation events. r=smaug/azakai
--HG--
rename : content/events/src/nsDOMOrientationEvent.cpp => content/events/src/nsDOMDeviceOrientationEvent.cpp
rename : content/events/src/nsDOMOrientationEvent.h => content/events/src/nsDOMDeviceOrientationEvent.h
rename : dom/system/android/nsAccelerometerSystem.cpp => dom/system/android/nsDeviceMotionSystem.cpp
rename : dom/system/android/nsAccelerometerSystem.h => dom/system/android/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.h => dom/system/cocoa/nsDeviceMotionSystem.h
rename : dom/system/cocoa/nsAccelerometerSystem.mm => dom/system/cocoa/nsDeviceMotionSystem.mm
rename : dom/system/nsAccelerometer.cpp => dom/system/nsDeviceMotion.cpp
rename : dom/system/nsAccelerometer.h => dom/system/nsDeviceMotion.h
rename : dom/system/unix/nsAccelerometerSystem.cpp => dom/system/unix/nsDeviceMotionSystem.cpp
rename : dom/system/unix/nsAccelerometerSystem.h => dom/system/unix/nsDeviceMotionSystem.h
rename : dom/system/windows/nsAccelerometerSystem.cpp => dom/system/windows/nsDeviceMotionSystem.cpp
rename : dom/system/windows/nsAccelerometerSystem.h => dom/system/windows/nsDeviceMotionSystem.h
rename : xpcom/system/nsIAccelerometer.idl => xpcom/system/nsIDeviceMotion.idl
|
2011-06-19 22:36:17 -07:00 |
Phil Ringnalda
|
0197881e5c
|
Bug 655020 - Disable test_closeOnGC.html on Windows
|
2011-06-19 16:40:32 -07:00 |
Benoit Girard
|
e717beef93
|
Enabled Mac Async plugin by default + Fixes. b=663259 r=josh
|
2011-06-25 15:12:59 -04:00 |
Mounir Lamouri
|
ce91f8d4ca
|
Bug 666869 - Crash [@ nsGlobalWindow::GetPerformance]. r=smaug
|
2011-06-27 00:08:33 +02:00 |
Jeremy Huddleston
|
d291ab8e5a
|
Bug 587370 - Use MOZ_WIDGET_COCOA instead of OS_MACOSX; r=benjamin
|
2011-06-25 11:25:03 -04:00 |
Kyle Huey
|
a47384ceb8
|
Bug 613066: Update structured clone algorithm to the latest spec. r=jorendorff
|
2011-06-16 11:22:37 -07:00 |
Jeff Walden
|
c4d955c11a
|
Bug 662946 - Remove various headers from INSTALLED_HEADERS that shouldn't be there. r=jimb
--HG--
extra : rebase_source : a6028a859cac4625ef2f3227ce0fa3159b5e8556
|
2011-06-09 01:12:21 -07:00 |
Nikhil Marathe
|
ba6bbbf0a9
|
Bug 656519 - Fix consumers outside SpiderMonkey to use new ArrayBuffer APIs. r=mrbkap
--HG--
extra : rebase_source : f359987831611155029114b5f85080155c6a12d5
|
2011-06-14 15:37:21 -04:00 |
Matt Brubeck
|
23b2d18bb6
|
Merge mozilla-central to mozilla-inbound
|
2011-06-25 19:43:57 -07:00 |
Kyle Huey
|
2426689ee4
|
Merge b-s to m-c
|
2011-06-25 10:13:14 -07:00 |
Jan Varga
|
1887d020e9
|
Bug 635673 - Content inside xul:iframe with type=content is always able to resize top chrome window. r=bz
|
2011-06-25 13:42:41 +02:00 |
Marco Bonardo
|
006a1818cf
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-06-25 12:04:08 +02:00 |
Josh Aas
|
813cf6a627
|
Bug 666529: Fixes for NPAPI timer test. Fix a crash bug discovered by Hiroyuki Ikezoe and a bad dependency on timer event ordering, both of which are sources of intermittent failures. r=jgriffin
|
2011-06-24 22:12:23 -04:00 |
Ben Turner
|
257389646e
|
Bug 665579: Merge nsIThreadInternal and nsIThreadInternal2. r=bsmedberg
|
2011-06-24 14:12:54 -07:00 |
Kyle Huey
|
c87ac2f24d
|
Bug 663479: Move all IDB structured clone operations to the main thread. r=bent
|
2011-06-24 07:21:21 -07:00 |
Kyle Huey
|
9927e93ee8
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
Marco Bonardo
|
da3f6b77ac
|
Revert to changeset a87ee7550f6a due to incomplete backout
|
2011-06-24 17:23:04 +02:00 |
Kyle Huey
|
2ee40b712d
|
Bug 663479: Move all IDB structured clone operations to the main thread. r=bent
|
2011-06-24 07:21:21 -07:00 |
Kyle Huey
|
03f3b4a891
|
Bug 441197: Maintain an audio session across processes. r=jimm
|
2011-06-24 07:20:03 -07:00 |
Marco Bonardo
|
8d56f5c0e0
|
Merge last green changeset in mozilla-inbound to mozilla-central
|
2011-06-24 11:32:12 +02:00 |
Ms2ger
|
da371c58d9
|
Bug 661327 - Fix typos in dom.properties; r=sicking DONTBUILD
|
2011-06-24 11:01:47 +02:00 |
Boris Zbarsky
|
9b8116e4d4
|
merge backout of bug 665564 (rev 9de9b3a9458c) and bug 666790 (rev 7d3d5b9710ea) to CLOSED TREE
|
2011-06-24 00:42:53 -04:00 |
Boris Zbarsky
|
a32f6d6c85
|
Back out bug 665564 (rev 9de9b3a9458c) and bug 666790 (rev 7d3d5b9710ea) due to Mac test orange.
|
2011-06-24 00:42:23 -04:00 |
Jonas Sicking
|
a326e5c69f
|
Bug 658714 Part 10: Remove nsIDOM3EventTarget/nsIDOMEventGroup. r=smaug
|
2011-06-23 19:18:02 -07:00 |
Jonas Sicking
|
0c346db2ed
|
Bug 658714 Part 9: Don't use EventGroups for system-group. r=smaug
|
2011-06-23 19:18:02 -07:00 |