Daniel Holbert
639c0e7b79
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
e97a7a4ee5
Back out bug 658949 because of perma orange on Windows Reftests.
2011-05-24 15:36:32 +02:00
Daniel Holbert
2d246fbdb2
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
db0b9d8ad8
Bug 553125: Use the structured clone algorithm for window.postMessage. r=bent
2011-05-23 11:53:31 -07:00
Rafael Ávila de Espíndola
33fe4e2770
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
Ms2ger
6c02285d88
Bug 654137 - Make window.top not replacable; r=bz
2011-05-10 20:24:44 +02:00
Felipe Gomes
21607010f4
Bug 635402 - Get rid of :not([inFullscreen]) workaround selectors for sizemode transitions. r=jmathies,dao
2011-05-09 11:52:59 -07:00
Rob Campbell
7729d517f9
merge m-c to devtools
2011-05-06 13:03:37 -03:00
Rob Campbell
ac0e2c923c
merge m-c to devtools
2011-04-29 09:05:20 -03:00
Justin Lebar
40443aa024
Bug 653364 - HashChange event should have isTrusted property. r=bz
...
--HG--
extra : rebase_source : 6829b06980ed01c38e0cc5b88a9428fc784c1bb0
2011-04-28 16:13:03 -04:00
Rob Campbell
f9275d2f38
merge m-c to mozilla-central
2011-04-27 10:11:37 -03:00
Rob Campbell
7137960211
merge m-c to devtools
2011-04-21 13:18:12 -03:00
Justin Lebar
f0e9722244
Fix bug 642338. r=smaug
...
--HG--
extra : rebase_source : c23e4c1c7d9b284d9f32acae93434e79a001df08
2011-04-27 16:54:07 -04:00
Rob Campbell
2a248ffa43
merge m-c to devtools
2011-04-18 09:18:24 -03:00
Mihai Sucan
5128602d66
Bug 585956 - Implement console.trace() in web console; f=ddahl r=rcampbell,jonas
2011-04-11 20:48:15 +03:00
Jonathan Kew
20281c115e
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
2011-04-13 14:35:06 +01:00
Blake Kaplan
cc915be0a2
Bug 648465 - TabChild::ProvideWindow needs to tell the caller that the window is new; r=smaug
2011-04-14 13:55:42 -04:00
Ehsan Akhgari
69b997761a
Backed out changeset 877c143cf39a (bug 648465) because of possibility of being related to the Maemo oranges
2011-04-15 15:11:25 -04:00
Blake Kaplan
efe60151e2
Bug 648465 - TabChild::ProvideWindow needs to tell the caller that the window is new; r=smaug
2011-04-14 13:55:42 -04:00
Justin Lebar
331607e5aa
Bug 628069 - Add newURL, oldURL properties to hashchange event. r=smaug
...
--HG--
extra : rebase_source : 865194e9c50612599ad029815314c0819de60124
2011-03-31 16:30:32 -04:00
Paul Biggar
bc3d36f617
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
L. David Baron
52ee86d378
Backout changeset b583111a88aa (bug 585152) for causing mochitest-browser-chrome orange on opt builds.
2011-04-12 01:29:41 -07:00
Paul Biggar
c0aeeea187
Bug 585152 - Reland Date.now() fractional changes, along with fixed tests. (r=jwalden,dolske,gavin, rs=jwalden)
...
For the tests, I put a Math.floor around anything which looked like it did string concatenation. In principal that was r+ by dolske and gavin, and jwalden r+ed the extension to the rest of the tests.
Backout policy: the jsdate.cpp changes can be backed out trivially. The test changes should backout cleanly, but we're not hosed if they don't.
2010-08-06 13:35:00 -07:00
Rob Campbell
367f0df4fa
merge m-c to devtools
2011-04-11 10:22:30 -03:00
Ms2ger
b502087317
Bug 604592 - Make Node.prefix readonly; r=smaug
2011-04-11 13:06:18 +02:00
Rob Campbell
e681ae8140
merge m-c to devtools
2011-04-10 10:47:40 -03:00
Rob Campbell
0819d5bf25
Bug 616742 - Implement console.debug() (was: Navigation broken on Citytv website); followup testfix. r=ddahl,jonas, a=orange
2011-04-08 21:32:04 -07:00
Blake Kaplan
f82a68b669
Bug 642026 - Enumerate standard classes. r=jst
...
--HG--
extra : rebase_source : a4a9630f54d398337a22ba5f75cee466ef4854db
2011-04-08 13:28:05 -07:00
Wes Johnston
949b7c7aa3
644155 - mozilla-central part, remove unneeded tests. r=mfinkle
2011-03-31 14:05:43 -07:00
Benjamin Smedberg
d758fb0d7e
Bug 617539 - Fold in nsIDOMWindowUtils_MOZILLA_2_0_BRANCH, r=bz
2011-03-25 11:03:33 -04:00
Jonas Sicking
9adba11f73
Bug 635844 part 2: Update pushState to latest agreed behavior. r=jlebar a=beltzner/jst
2011-02-28 23:08:56 -08:00
Mounir Lamouri
5009398c09
Bug 637019 - Select element should fallback to ElementSH resolve hook. r=bzbarsky, a=blocker
2011-02-27 14:37:57 +01:00
Blake Kaplan
bff040d432
Bug 633133 - Resolve ids and names in HTMLSelectElement. part 2/2. r=jst, a=blocker
2011-02-24 19:36:33 +01:00
Mounir Lamouri
61a2c6dde9
Bug 633133 - Resolve ids and names in HTMLCollections. r=jst, a=blocker
2011-02-24 19:27:26 +01:00
Jonas Sicking
b816bf46cf
Bug 634435: Add a property to expose the current pushState-state. r=jlebar a=beltzner
2011-02-17 12:44:04 -08:00
Honza Bambas
3eb8bd35eb
Bug 607418 - revert all test debugging changes, r=honzab, a2.0=jst
2011-02-12 14:06:02 +01:00
Dave Townsend
397c62c046
Bug 631440: Crash [@ nsDocShell::AddToSessionHistory] with pushState. r=bz, a=bsmedberg
2011-02-08 14:46:56 -08:00
Phil Ringnalda
d2e18a06bc
Bug 628974 - Make dom-level1-core tests load a local copy of http://www.w3.org/StyleSheets/activity-home.css instead of hitting the network, r=bz, a=tests
2011-02-06 23:19:28 -08:00
Dave Townsend
10ea57d5ae
Bug 602256: Using history.pushState in a page breaks history tracking for inner frames. r=bz, a=blocks-betaN
2011-02-03 09:27:39 -08:00
Justin Dolske
dcd47ceba9
Bug 621764 - tab-modal prompt in Gmail eventually triggers slow-script dialog for nsPrompter.js. r=mrbkap, sr=jst, a=blocker
2011-02-01 19:23:00 -08:00
Jonas Sicking
6c6a7cea3e
Disallow content access to chrome functions without __exposedProps__ (bug 628410, r=gal).
2011-01-29 18:47:17 -08:00
Neil Deakin
0334e5d14a
Bug 618907, focus frame when mousedown event on content is cancelled and chrome is currently focused, fixes focus issues with docs.google.com, r=smaug,a=blocking
2011-01-24 09:50:37 -05:00
Hiroyuki Ikezoe
3efec02adc
Bug 452706 - Avoid the confusion of indistinguishable failure reasons. r=sayrer a=tests
2011-01-21 12:36:59 +01:00
Kyle Huey
c7b864270a
Bug 622361: Pending storage events need to be cycle collected. r=jst a=b:final
2011-01-14 09:39:21 -05:00
Honza Bambas
8e3917e7c8
Bug 624047 - LocalStorage value is lost after a few seconds, r=jst, a=final+
2011-01-16 17:58:49 +01:00
Olli Pettay
6e39f63f72
Bug 606011 - (OSX) focus event not fired on click for elements made specially focusable via tabindex, r=enndeakin, a=blocking
...
--HG--
extra : rebase_source : f76cbeee1fad42d51e6529fbcf04d305a09a52c3
2011-01-05 15:23:37 +02:00
Tom Wuttke
ab6657885d
Bug 596481 - Geolocation sometimes hangs without returning result or running any callbacks. r=alon, a=blocking-2.0
...
--HG--
extra : rebase_source : 8ed6bf1b9223b15a6961ecdc71203a5c48ec64d5
2011-01-04 13:25:04 -08:00
Robert O'Callahan
319edd4ba7
Bug 615794. Part 3: Snap bounds of border and background display items to pixels if we're sure they will be snapped. r=tnikkel a=blocking
2011-01-04 23:39:47 +13:00
Doug Turner
0ce0b70d95
Bug 607860 - Disabling tests for notifications. Desktop notifications are disabled in Firefox desktop. a=bustedtree
2011-01-03 17:26:10 -08:00
Doug Turner
9d720ff78a
Bug 607860 - remove navigator.mozNotification from Firefox desktop. r=jst/jonas a=betaN+
2011-01-03 16:37:01 -08:00