Olli Pettay
|
668332d867
|
Bug 435656, Make nsCxPusher::Push to handle all kinds of nsPIDOMEventTargets, r+sr=jst
|
2008-07-19 18:11:37 +03:00 |
|
Michael Ventnor
|
8aeed81515
|
Bug 271586 – Implement CSS3 column-rule-*. r+sr=roc,dbaron
|
2008-07-19 12:38:25 +02:00 |
|
Surya Ismail
|
70f65945b5
|
Bug 378518 - Remove support for tag names in XBL extends attribute
r=Enn, sr=sicking
|
2008-07-17 12:46:51 -04:00 |
|
Benjamin Smedberg
|
906cb69db1
|
Bug 445570 - Heap-allocated autostrings in DOM/content, r+sr=jst
|
2008-07-17 11:05:20 -04:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
49c9b3d67e
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
|
L. David Baron
|
9e4ceade8e
|
Backed out changeset 9b0b2391485c due to linker errors related to nsStyleStructInlines.h not being included enough.
|
2008-07-16 22:59:14 -07:00 |
|
Andrew Smith ext:(%2C%20Rob%20Arnold%20%3Ctellrob%40gmail.com%3E%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E)
|
bb4be48531
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
|
Doug Turner
|
9203b7a577
|
Fix maemo platform geolocation bustage
|
2008-07-15 18:33:04 -07:00 |
|
Doug Turner
|
a80ad2cbd6
|
Inital geolocation implementation. bug=437948, r/sr=jst
|
2008-07-15 16:37:48 -07:00 |
|
Alex Vincent
|
92e33f41be
|
Bug 441059 - "nsDOMString.h is safe for non-internal API" [r+sr=sicking]
|
2008-07-12 05:11:29 -05:00 |
|
Reed Loden
|
d9c0fa4bb5
|
Back out accidental commit of bug 441059.
|
2008-07-12 05:11:20 -05:00 |
|
Reed Loden
|
9fa384e167
|
Branch merge for bug 412789.
|
2008-07-12 05:10:07 -05:00 |
|
Doug Turner
|
d78266a72c
|
Backed out changeset 27942c109154
unit test seg fault at shutdown.
|
2008-07-11 22:25:02 -07:00 |
|
Doug Turner
|
2005d15cc0
|
Initial implementation of Gelocation. Bug 437948. Relanded after fixing memory leaks
|
2008-07-11 18:35:03 -07:00 |
|
Johnny Stenback
|
93ab034a20
|
Landing last part of the fix for bug 435334. Make our #ifdef OJI code really be just that, rather than tell us whether Java is available or not. r=joshmoz@gmail.com, sr=jonas@sicking.cc
|
2008-07-11 14:28:12 -07:00 |
|
Doug Turner
|
83738d2763
|
it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
|
2008-07-10 23:38:35 -07:00 |
|
Doug Turner
|
ad874bf1f0
|
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
|
2008-07-10 22:48:16 -07:00 |
|
Benjamin Smedberg
|
ca9347e54c
|
Backed out changeset e5014dc700ad - appears to cause unit test failures in test_419731.js (windows) or focus issues (mac) but that could just be test wonkiness, but this appeared right after this commit and was mostly green before.
|
2008-07-10 09:36:24 -04:00 |
|
Doug Turner
|
9b03605052
|
bug 437948. inital implementation of gelocation. roughly following http://dev.w3.org/geo/api/spec-source.html. r+sr=jst
|
2008-07-09 20:43:38 -07:00 |
|
Graydon Hoare
|
7c4aa69e9d
|
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
|
2008-07-08 15:58:08 -07:00 |
|
Chris Double
|
02ccf2851f
|
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
|
2008-07-09 20:22:20 +12:00 |
|
Michael Ventnor
|
3a7677bb26
|
Bug 212633 - "Add support for CSS3 box-shadow" (parsing support) [p=ventnor.bugzilla@gmail.com (Michael Ventnor) r+sr=dbaron]
|
2008-07-07 19:56:52 -05:00 |
|
Benjamin Smedberg
|
ec69c9db81
|
Bug 442735 - Annotate classes in dom/content which only appear on the stack, r+sr=jst
|
2008-06-30 21:03:50 -04:00 |
|
Josh Aas
|
06b4d2563f
|
Re-landing. Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
|
2008-06-28 03:55:30 -04:00 |
|
Dave Camp
|
f619e9fd41
|
Bug 422264: retrieving iterator of applicationCache throws NS_ERROR_DOM_INVALID_STATE_ERR. r+sr=jst
|
2008-06-27 17:22:16 -07:00 |
|
Josh Aas
|
ca07faa2b5
|
back out 433952
|
2008-06-27 02:52:18 -04:00 |
|
Josh Aas
|
db2e70c148
|
Decomtaminate native menu system. Add new native menu API. Lots of cleanup for the native menu system code. Memory usage and speed improvements. b=433952 r=bent r=kreeger sr=roc
|
2008-06-27 00:14:45 -04:00 |
|
Johnny Stenback
|
55d2121fbe
|
Fixing bug 440572. Make child frames whose names conflict with properties defined in IDL be accessable through XOWs again. r+sr=mrbkap@gmail.com
|
2008-06-25 17:07:22 -07:00 |
|
Johnny Stenback
|
8d2a15b00b
|
Fixing bug 440572. Make child frames whose names conflict with properties defined in IDL be accessable through XOWs again. r+sr=mrbkap@gmail.com
|
2008-06-25 17:06:38 -07:00 |
|
Eric Butler
|
a25327bdfa
|
Bump UUID; changed missed from bug 436904. (Bug 438695) r+sr=dbaron
|
2008-06-17 14:37:57 -07:00 |
|
Robert O'Callahan
|
62af0d9ad8
|
Bug 287465. Support getSVGDocument on 'iframe' and 'object', and allow it to return on-SVG documents. r+sr=jst. acid3++
|
2008-06-17 09:53:12 +12:00 |
|
Robert O'Callahan
|
ed1fb00196
|
Remove DOM testcase from exclusions now that it passes
|
2008-06-14 22:33:54 +12:00 |
|
Robert Longson
|
9c1c1e8d06
|
Bug 437448. New-style nsSVGString (simpler and more efficient support for animated values). r+sr=roc
|
2008-06-14 21:01:02 +12:00 |
|
Eric Butler
|
c0d334f20b
|
Canvas text spec implementation (bug 436904)
|
2008-06-10 16:16:59 -07:00 |
|
Brendan Eich
|
8d66fd4c01
|
Fix encoder to iterate over array indices from 0 to length, instead of over enumerable property ids (437724, r=sayrer).
|
2008-06-06 22:30:38 -07:00 |
|
Gavin Sharp
|
ccc0e34518
|
Bug 435759: fix --enable-shark for C++ build; r=brendan
|
2008-06-06 16:04:12 -04:00 |
|
Vladimir Vukicevic
|
0b3d9b76cc
|
b=346189, children should optionally not affect size of XUL stack; r+sr=roc
|
2008-06-04 23:46:24 -07:00 |
|
Jeff Walden
|
68d86d0b8c
|
Bug 421765 - Implement DOM 3 replaceWholeText and wholeText. acid3++ r=smaug, sr=jst
|
2008-06-04 13:53:34 -04:00 |
|
Olli Pettay
|
f39ce610c4
|
Bug 435779, Crash [@ PostMessageEvent::Run()], r+sr=jst
|
2008-06-04 17:27:06 +03:00 |
|
Vladimir Vukicevic
|
6f64b4a078
|
b=433086, improve nsDOMWindowUtils::Redraw; r+sr=roc
|
2008-06-03 17:00:37 -07:00 |
|
Vladimir Vukicevic
|
c8def3e75f
|
b=430906; add moz-opaque attribute to <canvas>; r+sr=roc
|
2008-06-03 17:00:32 -07:00 |
|
Sudheer Kumar Peddireddy
|
18c18ceba1
|
Increase the initial sizes of hash tables that are guaranteed to grow. b=432633 r=dbaron
|
2008-06-03 15:25:31 -07:00 |
|
gavin@gavinsharp.com
|
ecca1e136b
|
Bug 431986: ApplicationCache doesn't implement EventTarget, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-08 17:10:49 -07:00 |
|
gavin@gavinsharp.com
|
264eb91ab9
|
Bug 432055: applicationCache.status is 0 through the update process, patch by dcamp@mozilla.com, r+sr=jst, a=schrep
|
2008-05-08 17:09:26 -07:00 |
|
gavin@gavinsharp.com
|
ca5faf7f66
|
Re-enable these tests now that there's another xserve collecting core dumps (bug 432471)
|
2008-05-08 15:00:36 -07:00 |
|
gavin@gavinsharp.com
|
fb0bb9ac23
|
Disable these again to try and work around the crashes (bug 432729)
|
2008-05-07 18:06:32 -07:00 |
|
gavin@gavinsharp.com
|
3c35ac552c
|
Reenabled these tests now that we have code dumps enabled on the crashing machine (bug 432471)
|
2008-05-07 13:07:04 -07:00 |
|
gavin@gavinsharp.com
|
bc19f4ddc6
|
Disable test_characterdatagetlength.html to see whether it fixes the bm-xserve01 crashes (bug 432471)
|
2008-05-07 12:53:48 -07:00 |
|
gavin@gavinsharp.com
|
031a071481
|
Disable test_characterdatagetdata.html to see whether it fixes the bm-xserve01 crashes (bug 432471, a=jimm)
|
2008-05-07 12:08:50 -07:00 |
|
roc+@cs.cmu.edu
|
f4e6581a24
|
Bug 432466. Allow sendNativeKeyEvent to return NS_ERROR_NOT_AVAILABLE to indicate that a keyboard layout is not available. Load keyboard layouts programmatically on Windows so we can detect whether a keyboard is available. This also makes keyboard layouts usable when they're installed but not enabled, which is true for most layouts, so we can reenable the Greek keyboard tests on tinderbox. r=karlt,a=beltzner
|
2008-05-06 21:46:37 -07:00 |
|