Robert O'Callahan
|
8d0d6e7607
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events and use it to distinguish horizontal from vertical scrolling. r=smaug,sr=sicking, with help from Markus Stange
|
2008-08-13 15:08:59 +12:00 |
Benjamin Smedberg
|
23376bdd72
|
Bug 446132 - Allocate nsJSONWriter on the stack, r=sayrer sr=jst
|
2008-08-11 15:06:27 -04:00 |
Boris Zbarsky
|
86f5e5532f
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-11 09:38:43 +01:00 |
Zack Weinberg
|
9c8937382f
|
Bug 441469. Implement parsing of @font-face rules. r+sr=dbaron
|
2008-08-10 22:13:49 +01:00 |
Dave Townsend
|
0f1b9fac05
|
Backout of bug 113934 due to apparent Tp regression
|
2008-08-10 17:15:43 +01:00 |
Dave Townsend
|
f48ec275ba
|
Backed out changeset eb6fda3be5bb
|
2008-08-10 17:15:00 +01:00 |
Dave Townsend
|
df2f808f35
|
Backed out Bug 441469 due to Tp regressions
|
2008-08-10 00:08:28 +01:00 |
Dave Townsend
|
596f0d1a01
|
Backed out Bug 441469 due to Tp regressions
|
2008-08-10 00:07:59 +01:00 |
Boris Zbarsky
|
28c03b94cc
|
Bug 113934. Backend and some minimal front end for dragging tabs between windows. r=gavin, r+sr=jst
|
2008-08-07 19:15:40 -04:00 |
Zack Weinberg
|
d11143ebbe
|
Bug 441469. Implement parsing of @font-face rules. r+sr=dbaron
|
2008-08-07 19:15:40 -04:00 |
Masayuki Nakano
|
e20e7b3c4d
|
Bug 449012 – Remove legacy Reconversion/QueryCaretRect Events r=ere+roc, sr=roc
|
2008-08-09 11:46:30 +09:00 |
Clint Talbert
|
1b7978fef4
|
Bug 424813, Jquery test suite update, patch by harthur, r=sdwilsh
|
2008-08-07 16:18:37 -07:00 |
Doug Turner
|
295f80b13a
|
geolocation passes location before users accepts prompt. b=448557. r=me
|
2008-08-01 14:09:34 -07:00 |
Ere Maijala
|
c4357775bb
|
Patch for bug 112294: calling an alert box from window.onblur triggers the event multiple times
r=smaug
sr=roc
|
2008-08-01 10:32:32 -07:00 |
Chris Double
|
c0e2f46bef
|
Bug 422538. Integrate Ogg decoders, missing file.
|
2008-07-30 01:14:11 -07:00 |
Chris Double
|
c2d16e7ee6
|
Bug 447639. Update <video> and <audio> elements for spec changes, and add tests. r+sr=roc
|
2008-07-29 21:55:27 -07:00 |
Graydon Hoare
|
f800ce0ad4
|
Bug 444845, js hooks to control vtune, r=sayrer
|
2008-07-29 15:19:26 -07:00 |
Boris Zbarsky
|
f240a67b8b
|
Bug 434522. Make the "Permission denied to access Class.property" mesage more useful. r+sr=jst
|
2008-07-28 23:03:19 -07:00 |
Ben Newman
|
f925fe3a96
|
Bug 437361. Propagate exceptions from showModalDialog's guts to script as needed instead of dropping them on the floor. r+sr=bzbarsky
|
2008-07-28 22:52:53 -07:00 |
Josh Aas
|
17ae3bcca1
|
Improve support for DOM manipulation handling in native menu system, add tests. Re-landing with regression fixes. b=442972 r=kreeger sr=roc
|
2008-07-28 00:46:33 -04:00 |
L. David Baron
|
8ee8deeb81
|
Fix media queries calculation of screen size for at least multi-monitor mirroring cases (where test_media_queries fails). (Bug 156716) r+sr=roc
|
2008-07-26 09:14:49 -07:00 |
L. David Baron
|
4fec0ad28a
|
Implement Media Queries. (Bug 156716) r+sr=bzbarsky
|
2008-07-26 09:14:48 -07:00 |
Robert O'Callahan
|
6de05b9799
|
Back out bug 378028 due to mochitest failures.
|
2008-07-25 18:09:33 +12:00 |
Robert O'Callahan
|
5e7578fba1
|
Back out bug 442972 to fix DOM Inspector (bug 447042).
|
2008-07-25 16:32:41 +12:00 |
Robert O'Callahan
|
682bdbfd43
|
Bug 378028. Add an 'axis' field to DOMMouseScroll events so that we can distinguish horizontal from vertical scrolling, and use it in trees and listboxes. r=smaug,sr=sicking
|
2008-07-25 16:07:43 +12:00 |
Simon Montagu
|
bea0dc035f
|
Support for word-wrap CSS property. Bug 99457, r+sr=dbaron, roc
|
2008-07-24 10:16:18 +03:00 |
Boris Zbarsky
|
36737bec68
|
Bug 416317. Implement querySelector(All) API. r=dbaron, sr=jst
|
2008-07-21 17:55:52 -07:00 |
Johnny Stenback
|
d8155f19d9
|
Landing fix for bug 132824. Implement NodeIterator object of Traversal API. Patch by craig.topper@gmail.com, r+sr=jonas@sicking.cc
|
2008-07-21 17:35:38 -07:00 |
Jason Orendorff
|
358587b45c
|
Bug 440779 - JS_NewDouble oddness in nsJSEnvironment.cpp (r+sr=jst)
|
2008-07-21 15:16:47 -05:00 |
Josh Aas
|
695fba1b8f
|
improve support for DOM manipulations in native menu system, add tests. b=442972 r=kreeger sr=roc
|
2008-07-21 00:33:38 -04:00 |
Olli Pettay
|
17dcb8d8ab
|
Bug 435656, Make nsCxPusher::Push to handle all kinds of nsPIDOMEventTargets, r+sr=jst
|
2008-07-19 18:11:37 +03:00 |
Michael Ventnor
|
b949d03145
|
Bug 271586 – Implement CSS3 column-rule-*. r+sr=roc,dbaron
|
2008-07-19 12:38:25 +02:00 |
Surya Ismail
|
1958214fa0
|
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
|
4afe215bfe
|
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)
|
d47b357e6b
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 23:30:25 -07:00 |
L. David Baron
|
c4b7e273e8
|
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)
|
8db48a0ff1
|
Implement css3 border-image property. (Bug 378217) r=vlad,dbaron,robarnold
|
2008-07-16 22:18:38 -07:00 |
Doug Turner
|
536feadb42
|
Fix maemo platform geolocation bustage
|
2008-07-15 18:33:04 -07:00 |
Doug Turner
|
11cce8d763
|
Inital geolocation implementation. bug=437948, r/sr=jst
|
2008-07-15 16:37:48 -07:00 |
Alex Vincent
|
e22b3a3b61
|
Bug 441059 - "nsDOMString.h is safe for non-internal API" [r+sr=sicking]
|
2008-07-12 05:11:29 -05:00 |
Reed Loden
|
4b90b26087
|
Back out accidental commit of bug 441059.
|
2008-07-12 05:11:20 -05:00 |
Reed Loden
|
bc9f0c06c1
|
Branch merge for bug 412789.
|
2008-07-12 05:10:07 -05:00 |
Doug Turner
|
713a35c2bd
|
Backed out changeset 27942c109154
unit test seg fault at shutdown.
|
2008-07-11 22:25:02 -07:00 |
Doug Turner
|
c2e79695dd
|
Initial implementation of Gelocation. Bug 437948. Relanded after fixing memory leaks
|
2008-07-11 18:35:03 -07:00 |
Johnny Stenback
|
b9437ae822
|
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
|
cd05098cc1
|
it seems we are leaking on the RLk test.
Backed out changeset ebfc2ad982f4
|
2008-07-10 23:38:35 -07:00 |
Doug Turner
|
183ada088d
|
Relanding 437948. Geolocation. Fixed memory leak. r=jst.
|
2008-07-10 22:48:16 -07:00 |
Benjamin Smedberg
|
416863e848
|
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
|
aaf6e53e0b
|
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
|
3eaeae3baf
|
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
|
2008-07-08 15:58:08 -07:00 |