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 |
|
Dan Fabulich
|
b3132f8800
|
b=347174, implement document.readystate == 'complete'; r=sicking
|
2009-01-09 09:12:09 -08:00 |
|
Dave Camp
|
4edd89ab0a
|
Bug 458091: Don't store an mURI in nsDOMStorage. r=bz
|
2009-01-12 21:52:00 -08: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 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 |
|
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 |
|
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
|
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 |
|
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
|
50bd83420a
|
Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky
--HG--
extra : rebase_source : 06b14571546a763ee4f4b8641e8582bfff2caf8d
|
2008-12-17 15:11:07 +13:00 |
|
Chris Pearce
|
bae9b8c1a5
|
Bug462570 - Change Network state and Ready state names in HTMLMediaElement to match spec - r=doublec sr=roc
|
2008-12-15 16:38:16 +13:00 |
|
Aiko
|
7c79ba032d
|
Bug 466432 - nsIDOMHTMLMediaElement's currentTime attribute is overridden by Windows macro; r+sr=vladimir
|
2008-12-13 16:35:24 +01:00 |
|
Boris Zbarsky
|
81e5cf2e14
|
Bug 469361. Remove unused API (revert to previous interface version). r+sr=jst
|
2008-12-12 20:46:43 -05:00 |
|
Oleg Romashin
|
d13954cc90
|
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
|
2008-12-11 18:55:15 -05:00 |
|
Robert Sayre
|
dc78653a53
|
backout bug 428988, checked in on persistent orange.
|
2008-12-11 02:43:04 -08:00 |
|
Oleg Romashin
|
06b0d6f7f4
|
Bug 428988 - Expose mouse event pressure. r=Olli.Pettay, sr=roc.
|
2008-12-11 03:04:46 -05:00 |
|
Chris Double
|
0d6fa2a241
|
Bug 465459. totalBytes is no longer part of the HTML5 video spec. r+sr=roc
|
2008-12-09 13:47:31 +13:00 |
|
Ben Turner
|
f94fff590e
|
Bug 453865 - 'Workers: Allow JSON-able objects to be passed as messages to worker threads.' r+sr+a=jst.
|
2008-12-07 16:15:49 -08:00 |
|
Doug Turner
|
c0e2188e07
|
Bug 466493 Implement PositionOptions::maximumAge. r/sr=jst
Bug 466494 Make geolocation mochitest use PositionError named values. r/sr=jst
|
2008-12-05 08:29:43 -08:00 |
|
Boris Zbarsky
|
f9902ed4f3
|
Bug 461917. Do a better job of reporting pending exceptions when compiling an event listener. r=mrbkap, sr=jst
|
2008-12-03 09:41:09 -05:00 |
|
Vladimir Vukicevic
|
6a4c51d780
|
Bug 387132. Implement native canvas comparisons to speed up reftest running. r+sr=roc
|
2008-12-03 14:34:07 +13:00 |
|
Neil Rashbrook
|
d17857e63e
|
Bug 466234: provide audio and video interfaces even when media is diabled, so that content popup menu construction works, r/sr=roc, r=weilbacher, a191=beltzner
|
2008-11-28 15:32:29 -08:00 |
|
Gavin Sharp
|
58c580b07d
|
Bug 462887: document ignoreScrollFrame argument in nsLayoutUtils, rename it to ignoreRootScrollFrame, r=roc, sr=bzbarsky, a=beltzner
|
2008-11-28 14:53:33 -05:00 |
|
Shawn Wilsher
|
bd1f24e85b
|
Backed out changeset 17842a2d0c7f (bug 453865) due to test failures
|
2008-11-27 14:16:55 -08:00 |
|
Ben Turner
|
0c73f1437e
|
Bug 453865 - 'Workers: Allow JSON-able objects to be passed as messages to worker threads.' r+sr+a=jst.
|
2008-11-27 01:16:41 -05:00 |
|
Ben Turner
|
02754d8660
|
Bug 465447 - 'Workers: Implement terminate() for explicitly killing a worker.' r+sr=sicking, a=blocking1.9.1+.
|
2008-11-27 01:16:41 -05:00 |
|
Ben Turner
|
bf64e9099d
|
Bug 465108 - 'Workers: Add navigator object.' r+sr=sicking, a=blocking1.9.1+.
|
2008-11-27 01:16:40 -05:00 |
|
Boris Zbarsky
|
757f481a59
|
Bug 462979. Fix synthesizeMouse to send events to the right place. r=enn, sr=roc, a=beltzner
|
2008-11-26 16:52:42 -05:00 |
|
Doug Turner
|
05511d7418
|
merge to tip
|
2008-11-13 11:59:20 -08:00 |
|
Peter Van der Beken
|
c39cb1e482
|
Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst.
|
2008-11-13 17:54:52 +01:00 |
|
Doug Turner
|
edb15866cb
|
Bug 463040 - Use Position Error Constants. r/sr=jst
|
2008-11-12 08:31:25 -08:00 |
|
Doug Turner
|
29903d6559
|
Bug 463312 - Remove geolocation fuzzing implementation. r/sr=jst r=mconnor
|
2008-11-12 08:04:18 -08:00 |
|
Doug Turner
|
675e4ddc6b
|
Bug 463039 - validate values that get passed to clearWatch. r/sr=jst
|
2008-11-12 08:01:40 -08:00 |
|
Peter Van der Beken
|
c39e172979
|
Backed out changeset 874aba8a9a8a to fix orange
|
2008-11-06 15:01:22 +01:00 |
|
Peter Van der Beken
|
88df046c41
|
Fix for bug 457022 (Cache DOM wrappers in the DOM object). r/sr=jst.
|
2008-11-06 12:09:30 +01:00 |
|
Ben Turner
|
c031080e02
|
Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst.
|
2008-11-05 22:41:52 -08:00 |
|
Chris Pearce
|
cb992e4544
|
b=462953 Remove unimplemented media attributes/methods from media IDL r=doublec,sr=roc
|
2008-11-06 11:53:29 +13:00 |
|
Gavin Sharp
|
326a75031f
|
Bug 461803: add elementFromPoint method on nsIDOMWindowUtils which optionally ignores root scroll frame and lets callers avoid flushing layout, r+sr=bzbarsky
|
2008-11-04 22:58:22 -05:00 |
|
Ben Turner
|
c16fd87aa3
|
Backed out changeset 4fc7c6f6f45e
|
2008-11-04 18:58:24 -08:00 |
|
Ben Turner
|
a3da8488d8
|
Bug 460811 - "Bring workers up to latest spec". r+sr=jst.
|
2008-11-04 18:01:05 -08:00 |
|
Robert O'Callahan
|
8f8c3fe612
|
Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage ... re-adding removed files
|
2008-11-05 13:03:56 +13:00 |
|
Robert O'Callahan
|
cca234e798
|
Back out changeset b83d3c8ac166 (bug 460811) to try to fix bustage
|
2008-11-05 12:47:52 +13:00 |
|
Ben Turner
|
718025a3f8
|
Bug 460811 - 'Bring workers up to latest spec'.r+sr=jst
|
2008-11-04 13:49:04 -08:00 |
|
Dave Camp
|
9e7892628c
|
merge
|
2008-11-04 11:58:28 -08:00 |
|