Commit Graph

648 Commits

Author SHA1 Message Date
Ed Morley
edf4db369f Backout 89b87e96dc17 (bug 639720), b449db7a038b (bug 679689) & ef216b965a04 (bug 679671) for Mochitest oranges, on a CLOSED TREE; a=philor 2011-09-01 00:58:00 +01:00
Boris Zbarsky
4151e14958 Bug 639720. Get rid of the Window class setter so that SETNAME on the global is faster in the browser. r=mrbkap 2011-08-31 18:10:16 -04:00
Ed Morley
75515b4939 Bug 689884 - Deleted the now unused Makefiles from the tree; r=khuey 2011-10-06 17:15:07 +01:00
Ed Morley
f08df6642d Bug 689884 - Skip Makefiles that are no-op or else only |DIRS = a_single_subdir|; r=khuey 2011-10-06 17:15:07 +01:00
Mihai Sucan
4fdb56ac99 Bug 612658 - Implement ConsoleAPIStorage - add caching for the window.console API; r=gavin.sharp,ddahl sr=bzbarsky 2011-08-24 23:34:16 +03:00
Josh Matthews
e37a8bcf6a Bug 674738 - Geolocation XPCShell test really slow on Windows 7 build slave. r=jdm/dougt 2011-08-24 11:36:00 -04:00
Boris Zbarsky
2aba0d8d52 Bug 659350 part 5. The guts of the change to move from storing inline event handlers on the JSObject to storing them in the event listener manager directly, so we can easily set/read them via IDL.
The changes here are as follows:
1) nsIJSEventListener now stores the handler.  This is guaranteed to be already bound properly, if needed, before being set in the nsIJSEventListener.
2) The old classinfo glue to deal with on* properties is gone.
3) IDL-based methods for on* properties have been added.
2011-08-24 15:49:25 -04:00
Doug Turner
1f6aaa8dc6 Bug 677256 - Migrate to Google Location Service v2. r=stover 2011-08-09 13:02:39 -07:00
Malini Das
3ae267c568 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- new tests. r=jmaher, a=test-only 2011-08-12 12:21:44 -04:00
Malini Das
226ecaa733 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- plain 1/1. r=jmaher, a=test-only 2011-08-12 12:21:42 -04:00
Malini Das
ebc2d6c40a Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- update tests. r=jmaher, a=test-only 2011-08-12 12:21:37 -04:00
Malini Das
bb40837cb3 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- chrome. r=jmaher, a=test-only 2011-08-12 12:21:36 -04:00
Malini Das
e7324f33e1 Bug 367393 - Add a packed MochiKit that contains only SimpleTest dependencies- harness. r=jmaher, a=test-only 2011-08-12 12:21:35 -04:00
Mounir Lamouri
9b96313526 Bug 463491 - Do not reduce the popup blocker abuse level when using command event. r=jst 2011-08-11 18:31:33 +02:00
Marco Bonardo
7201768741 Merge last green changeset from mozilla-inbound to mozilla-central 2011-08-04 11:19:01 +02:00
Honza Bambas
f52da7b975 Bug 662511 - localStorage.key() gets out-of-sync when localStorage is updated in a separate window, r=jst 2011-08-03 23:36:51 +02:00
Tim Taubert
3ca8d04a83 merge the last green changeset on m-c to fx-team 2011-08-03 16:45:19 +02:00
Mounir Lamouri
412fa3431c Bug 673277 - Speeding up test_resize_move_windows.html. r=ehsan 2011-08-02 12:43:21 -07:00
Panos Astithas
cc993ad419 Bug 659907 - Expand console object with a dir method that displays an interactive listing of all the properties of an object.; f=rcampbell r=mihai.sucan,bzbarsky sr=bzbarsky 2011-06-09 16:27:30 +03:00
Ehsan Akhgari
c48fab691a Merge mozilla-central and mozilla-inbound 2011-07-26 14:04:11 -04:00
Olli Pettay
7f8d2045fc Bug 625302 - Add JS API to trigger cycle collection (without garbage collection), r=jst 2011-07-26 20:11:15 +03:00
Josh Matthews
f26589cbfb Bug 673472 - Avoid adding multiple copies of device motion listeners. r=dougt 2011-07-26 12:27:11 -04:00
Dão Gottwald
c400d8d713 Fix for undefined Cc/Ci/Cr/Cu in test_bug500885.html, test_bug592802.html, test_bug61098.html and test_bug36619.html 2011-07-20 11:51:43 +02:00
Doug Turner
d517731404 Bug 669105 - Leak-until-shutdown with deviceorientation and unload listeners. r=smaug 2011-07-06 22:56:32 -07:00
Chris Leary
ee39028ca4 Merge mozilla central and tracemonkey. 2011-06-20 16:49:20 -07:00
Kyle Huey
8c287e2cc2 Bug 613066: Update structured clone algorithm to the latest spec. r=jorendorff 2011-06-16 11:22:37 -07:00
Mounir Lamouri
4c01c22d59 Bug 662519 - By-pass popup blocker checks when caller have chrome privileges. r=jst 2011-06-09 11:30:17 +02:00
Ms2ger
0bf7315788 Bug 635194 - Don't resolve body.background; r=bz 2011-06-04 08:57:23 +02:00
Mounir Lamouri
c14abcd228 Merging cedar with mozilla-central. 2011-06-01 10:06:55 +02:00
Justin Lebar
a86685cd25 Bug 492232 - Remove flaky tests from Scriptaculous effects_test. r=ehsan 2011-05-31 18:34:16 -04:00
Mounir Lamouri
58759660f0 Bug 565541 (2/2) - Prevent abusing usage of moving and resizing window. r=bz
The rules are simple, callers can move or resize a window if both conditions
apply:
1. the window has been created with window.open;
2. the window only contains one tab.
2011-05-31 14:30:20 +02:00
Justin Lebar
fd6fc75bef Bug 529338 - Remove flaky Prototype test, testUpdater; r=ehsan 2011-05-27 19:18:09 -04:00
Justin Lebar
1174f95950 Bug 598165 - Remove flaky Prototype tests testUpdaterWithInsertion and testResponders; r=ehsan 2011-05-27 18:51:20 -04:00
Hiroyuki Ikezoe
2ca09306e6 Bug 452706 - Intermittent failure in test_Prototype.html | testUpdater - 1 (3, 6) assertions, 1 failures, 0 errors; r=ehsan 2011-05-30 11:35:01 -04:00
Justin Lebar
0574079e8c Bug 658450 - Remove flaky tests from Scriptaculous ajax_inplaceeditor_test.html; r=ehsan 2011-05-27 18:32:11 -04:00
Ms2ger
9a0912971e Bug 529328 - Return undefined for out-of-bounds access through nsStringArraySH; r=smaug
This patch has no effect on CSSStyleDeclaration, as that never returns a void DOMString.
2011-05-30 13:35:52 +02:00
Ms2ger
88cf0e03cd Bug 611983 - Kill Document.createEntityReference; r=peterv 2011-05-29 10:33:35 +02:00
Mounir Lamouri
4bb708f08b Merging cedar with mozilla-central. 2011-05-27 09:57:51 +02:00
Daniel Holbert
0ec013ca83 Bug 659466: Fix remaining data URI "#" --> "%23" conversions in testcases. r=bz 2011-05-26 01:20:08 -07:00
Justin Lebar
edd6bb90eb Bug 590708 - Disable testAsynchronousRequest in Prototype tests due to flakiness. r=jst 2011-05-22 11:07:28 -04:00
Daniel Holbert
de17eefe1a Bug 658949 patch 0: Fix existing tests that use "#" in data URIs to use %23 instead. rs=bz 2011-05-24 17:39:57 +02:00
Mounir Lamouri
6f7e1c9944 Back out bug 658949 because of perma orange on Windows Reftests. 2011-05-24 15:36:32 +02:00
Daniel Holbert
6a2355a489 Bug 658949 patch 0: Fix existing tests that use "#" in data URIs to use %23 instead. rs=bz 2011-05-24 03:36:31 -07:00
Kyle Huey
96fa498903 Bug 553125: Use the structured clone algorithm for window.postMessage. r=bent 2011-05-23 11:53:31 -07:00
Dave Camp
2ba8b7d1df Merge m-c to devtools 2011-05-21 17:43:04 -07:00
Joel Maher
39ca77fbd2 Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only 2011-05-20 11:54:01 -04:00
Rob Campbell
a5b4289c44 merge m-c to devtools 2011-05-16 08:54:46 -03:00
Panos Astithas
4a7c759624 Bug 646025 - Add file location to console.log, info, debug, etc.; f=mihai.sucan r=gavin.sharp 2011-05-12 09:29:17 -03:00
Rafael Ávila de Espíndola
ec1152ccf0 Bug 657364 - Put dom/tests/mochitest/dom-level2-html/files/document.html applet in a new file. r=ehsan 2011-05-18 11:56:06 +02:00
Felipe Gomes
bd57753a88 Bug 635402 - Get rid of :not([inFullscreen]) workaround selectors for sizemode transitions. r=jmathies,dao 2011-05-09 11:52:59 -07:00