Commit Graph

921 Commits

Author SHA1 Message Date
L. David Baron
bb123815cb Put nsIDOMNSCSS2Properties in its own file to reduce risk of bumping the IID of the wrong interface. (Bug 473418) r+sr=jst
--HG--
rename : dom/public/idl/css/nsIDOMCSS2Properties.idl => dom/public/idl/css/nsIDOMNSCSS2Properties.idl
2009-01-16 13:32:09 -08:00
Robert O'Callahan
1a9b00de4e Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Fred Jendrzejewski
b79ad6fa55 Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
2009-01-16 20:51:04 +13:00
Dave Camp
94a234534e Bug 473739: Bad return value in nsDOMStorage::CacheStoragePermissions(). r+sr=bz 2009-01-15 23:30:55 -08:00
Dave Camp
b87351847f Bug 473345: check DOM worker loads against the classifier. r=bent, sr=jonas 2009-01-14 23:41:32 -08:00
Curtis Bartley
ede8f563d6 View Source Linkification should only linkify "safe" URLs. p=cbartley, r=mrbkap, sr=bzbarsky, b=467852 2009-01-15 15:07:53 -05:00
Clint Talbert
0ac4a0cde9 Bug 424814: Update prototype test suite to 1.6.0.2, patch by harthur, r=sdwilsh 2009-01-14 11:19:07 -06:00
Jeremy Lea
1800930122 Bug 448830. Make nsIntRect/nsIntMargin/nsIntSize/nsIntPoint different types from nsRect/nsMargin/nsSize/nsPoint different types for better compile-type unit checking. r+sr=roc
--HG--
extra : rebase_source : a331a9e49fbc5931f546919281fcca7f008ab615
2009-01-15 16:27:09 +13:00
Brian Birtles
adf1d4fa7c Bug 216462: Add support for basic SVG animation (SMIL). Disabled in builds by default. r+sr=roc 2009-01-14 20:38:07 -08:00
Doug Turner
f76db9abe9 Bug 452834 - Add geolocation to the cycle collector. r/sr=dbaron 2009-01-14 17:10:46 -08:00
Dan Fabulich
b3132f8800 b=347174, implement document.readystate == 'complete'; r=sicking 2009-01-09 09:12:09 -08:00
Ben Turner
1c1cc9428f Merge backout 2009-01-13 12:54:57 -08:00
Ben Turner
b429ecab46 Backed out changeset 8056ab7076d5 for failing unit tests. 2009-01-13 12:53:49 -08:00
Ben Turner
931ffa35bc Bug 472585 - 'Workers: 'importScripts()' with no args throws an exception against spec'. r+sr+a=sicking. 2009-01-13 10:43:23 -08:00
Ben Turner
5247c782c4 Bug 472383 - 'Workers: JS/C++/JS/C++ recursion not properly guarded'. r+sr=jst, a=blocking1.9.1+ 2009-01-13 10:43:20 -08:00
Dave Camp
4edd89ab0a Bug 458091: Don't store an mURI in nsDOMStorage. r=bz 2009-01-12 21:52:00 -08:00
Benjamin Smedberg
54de57c5d0 Bug 463642 - Safe mode should disable JIT, r+sr=jst
--HG--
rename : toolkit/xre/nsIXULRuntime.idl => xpcom/system/nsIXULRuntime.idl
2009-01-12 11:05:10 -05:00
Robert Sayre
a23f6c3fb1 Merge. 2009-01-07 23:41:00 -05:00
Doug Turner
886b61ad69 Bug 469715. Adding nsIDOMGeoPositionCoords. r/sr=jst 2009-01-07 10:26:58 -08:00
Doug Turner
f995a8060d Bug 469715 - Geolocation Coordinates interface. r/sr=jst 2009-01-07 09:44:44 -08:00
Doug Turner
baba0e1542 Bug 468462 - Geolocation timeouts values are signed. r/sr=jst 2009-01-07 09:43:56 -08:00
Doug Turner
b879e8f224 Bug 469091 - Removes an unused method from the geolocation provider api. r/sr=jst 2009-01-07 09:42:57 -08:00
Doug Turner
16e702e91f Bug 470072 - Some geolocation providers will not respond with a location for up to 1 minute. This will provide cached location if available. r/sr=jst 2009-01-07 09:41:57 -08:00
Robert Sayre
9aa7891d67 Merge m-c to tracemonkey. 2009-01-07 11:42:59 -05:00
Robert O'Callahan
4659c94f44 Bug 472244. Flush out MozAfterPaint for previously painted areas before we go ahead and fire MozReftestInvalidate to test invalidation. Also make canvas.drawWindow take float parameters so we can more precisely specify the area to render when 'device pixels' don't match CSS pixel boundaries. r=dbaron,vlad 2009-01-07 21:31:36 +13:00
Ben Newman
e8f0d0a9f1 Remove seemingly unused crypto.alert() API in favor of window.alert() that we all know and love. r+sr=jst@mozilla.org 2009-01-06 15:55:06 -08:00
Blake Kaplan
a5735c81e7 Bug 471560 - This assertion isn't correct, since it's fine to *create* a constructor cross-origins as long as the calling script can't *use* it. r=bent sr=jst 2009-01-06 15:10:58 -05:00
Robert O'Callahan
b4af72fc54 Bug 471365. Make reftest-wait tests track invalidation via MozAfterPaint and repaint the invalid areas like normal window repaining would. This makes invalidation-related bugs testable. r=dbaron 2009-01-06 14:15:13 +13:00
timeless@mozdev.org
47371e36d1 Bug 451127 "ASSERTION: nsSimpleURI not thread-safe" through nsInputStreamTransport destructor
nsJSThunk can't use an nsIURI object internally
r+sr=bz
2009-01-04 16:34:18 -08:00
Ben Turner
dab6e5e0dd Bug 471920 - 'Workers: 404 errors when creating a new worker silently fails'. r+sr=jst, a=blocking1.9+ 2009-01-04 13:41:03 -08:00
Olli Pettay
4055e86a98 Bug 471883 - Gesture events should be dispatched to the element under mouse, not to document. r+sr=roc 2009-01-03 14:40:26 +02:00
Johnny Stenback
84a33176cf Fixing bug 470992. Fix incorrect argument type in nsGlobalWindow::SetTimeout/Interval(). r+sr=mrbkap@gmail.com 2009-01-02 16:14:34 -08:00
Ben Turner
c9d8ee4226 Fixing test filename case problem to fix linux. 2009-01-02 15:08:05 -06:00
Ben Turner
6aa805f93b Disabling the test that's timing out on linux only until I can reproduce 2009-01-02 14:54:18 -06:00
Ben Turner
18f2466ba1 Bug 471285 - 'Workers: Spec for runtime error behavior has changed'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:25:05 -06:00
Ben Turner
9dc14ca22c Backed out changeset 1c68eb288c85 for mochitest timeouts. 2008-12-30 17:35:43 -06:00
Ben Turner
594e873d2a Bug 471285 - 'Workers: Spec for runtime error behavior has changed'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:25:05 -06:00
Ben Turner
ecdcc79104 Bug 470334 - 'Workers: relative urls for XHR are incorrect'. r+sr=jst, a=blocking1.9+ 2008-12-30 16:24:58 -06:00
Ben Turner
46b97712bf Bug 466826 - 'Running mochitest asserts: ###!!! ASSERTION: should be executing script: 'mContext->fp', file /mozilla/dom/src/base/nsJSEnvironment.cpp, line 3318'. r=bz, sr=mrbkap, a=blocking1.9+ 2008-12-28 17:42:35 -05:00
Ben Turner
80fa73655c Bug 467210, r=mrbkap, sr=jst, a=blocking1.9+. 2008-12-28 17:42:30 -05:00
Justin Dolske
6080289826 Disabled failing test -- Bug 471139 - mochitest failure in test_HTMLDocument12.html 2008-12-25 12:29:50 -08:00
Justin Dolske
68466852d7 Try reenabling dom-level2-html tests to see if they're still problematic (bug 427878) 2008-12-24 21:13:50 -08:00
Andreas Gal
135f143d10 Backed out changeset adbe8e4b21dc due to tinderbox failures/timeouts (453157). 2009-01-05 16:22:42 -08:00
Andrei Saprykin
9f7c96f36f bug 453157 - watchdog thread as an alternative to operation count. r=myself,mrbkap 2009-01-05 22:09:23 +01:00
Robert Sayre
b0e51715fe Merge. 2009-01-02 13:15:32 -08:00
David Mandelin
4202e18d74 Bug 463997: JS regression test bug with 'with (window) ...', r=mrbkap 2009-01-02 13:11:46 -08:00
Peter Van der Beken
a8f62c8912 Testcase for bug 462947 ("ASSERTION: already initialized" - nsMimeTypeArray::GetMimeTypes). 2008-12-23 12:35:48 +01:00
Neil Deakin
f661817f49 Bug 458613, set relatedTarget for dragenter and dragleave events, r=smaug,sr=roc 2008-12-19 09:58:47 -05:00
Robert O'Callahan
3b9e8dca75 Backed out changeset b873bd70913f
--HG--
extra : rebase_source : 5edfb17304688d81579eca39df35f1a71f622f62
2008-12-18 23:16:09 +13:00
Chris Pearce
5d0abd204d Bug 463830. Make the window title for standalone video/audio documents be useful. r+sr=roc
--HG--
extra : rebase_source : afeb3c793fb8756901ee6ef16782f3a288ed106c
2008-12-18 21:07:24 +13:00