Mounir Lamouri
3d51f7559a
Bug 514437 - Content part of the progress element. r=smaug
2011-04-09 10:22:02 -07:00
Boris Zbarsky
91857df433
Merge cedar with mozilla-central
2011-05-06 20:39:36 -04:00
Justin Lebar
2a95858ce9
Bug 653364 - HashChange event should have isTrusted property. r=bz
2011-04-28 16:13:03 -04:00
Masatoshi Kimura
b97564d542
Bug 650505 - Get rid of ComputedCSSStyleDeclaration. r=dbaron,jst,peterv
2011-05-04 09:26:41 +02:00
Craig Topper
ebb550cdf5
Bug 648925 - Part 1: Change uses of nsICSSRule to css::Rule. r=bzbarsky
2011-04-07 18:23:46 -07:00
Josh Aas
fdde0fa13b
Bug 637253: Remove nsIPluginInstance interface. r=bsmedberg
2011-05-17 21:48:34 -04:00
Ms2ger
f2d033de5b
Bug 655514 - Remove nsIDOMDocumentTraversal; f=ehsan r=jonas
2011-05-15 12:07:30 +02:00
Ms2ger
bf3f9e1c97
Bug 655513 - Remove nsIDOMDocumentRange; f=ehsan r=bzbarsky
2011-05-15 12:07:28 +02:00
Mounir Lamouri
309054b8e1
Bug 514437 - Content part of the progress element. r=smaug
2011-04-09 10:22:02 -07:00
Matt Brubeck
9ecc2ac148
Back out changeset bfb48178c8ec (finish backing out bug 514437) to fix tests on a CLOSED TREE.
2011-05-09 19:38:05 -07:00
Ms2ger
c05251a4f2
Bug 660635 - Remove Notation; r=sicking
2011-06-04 08:57:22 +02:00
Matheus Kerschbaum
78c9ba2f37
Bug 660762 - Remove --disable-mathml support. r=roc
2011-06-02 13:11:33 +02:00
Olli Pettay
05db139d68
Bug 307258 - Support beforeprint and afterprint events, r=mats, sr=roc
2011-05-14 15:03:58 +03:00
Jeff Walden
907f97b118
Bug 676738 - Change the index argument to JS_SetElement from jsint to uint32. r=dmandelin
2011-08-04 19:39:13 -07:00
Jeff Walden
6ad7586121
Bug 676738 - Change the index argument to JS_GetElement from jsint to uint32. r=dmandelin
2011-08-04 19:39:13 -07:00
Jeff Walden
ea1c8a2cee
Bug 676738 - Change the index argument to JS_HasElement from jsint to uint32. r=dmandelin
2011-08-04 19:39:13 -07:00
Jeff Walden
26c630dc39
Bug 676738 - Change the index argument to JS_DefineElement from jsint to uint32. r=jst, r=dmandelin
2011-08-04 19:39:12 -07:00
Jonas Sicking
69907b4924
Bug 669433 Part 1: Clean up File implementations by creating a storage-agnostic base class, nsDOMFileBase. r=khuey
2011-07-11 19:41:29 -07:00
L. David Baron
1185309a8d
ifdef CSS animations so that the feature can be backed out by flipping the switches in configure.in and then reverting the changes to the following four files appropriately: nsIDOMCSS2Properties.idl, nsIDOMCSSRule.idl, property_database.js, test_transitions_computed_values.html. (Bug 435442, patch 15) r=bzbarsky
2011-04-11 23:18:44 -07:00
L. David Baron
c1eab26109
Add animation event interface and data structures. (Bug 435442, patch 12) r=smaug
2011-04-11 23:18:44 -07:00
L. David Baron
2351b7fd01
Implement parsing and storage of @keyframes rule. (Bug 435442, patch 5) r=bzbarsky
2011-04-11 23:18:43 -07:00
Blake Kaplan
f7d6079f2b
Bug 642026 - Enumerate standard classes. r=jst
2011-04-08 13:28:05 -07:00
Doug Turner
8e55472249
Bug 667919 - Add support for window.ondevicemotion and window.ondeviceorientation. r=smaug
2011-06-28 15:37:31 -07:00
David Zbarsky
ec24368c8c
Bug 666968 - Remove nsIDOM3Attr r=jst
2011-06-25 09:33:32 +02:00
Ms2ger
bdbdc34e96
Bug 660433 - Remove nsIDOMNSHTMLFormElement; f=volkmar r=peterv
2011-05-30 13:35:56 +02:00
Ms2ger
30a24b0ba9
Bug 659738 - Move document.open implementation from classinfo to nsHTMLDocument; r=bz
2011-05-30 13:35:55 +02:00
Boris Zbarsky
fc44c4a7bc
Bug 658213. Just pass an JSContext to ReparentContentWrappersInScope. r=peterv
2011-05-19 16:05:46 -04:00
Ms2ger
9a0912971e
Bug 529328 - Return undefined for out-of-bounds access through nsStringArraySH; r=smaug
...
This patch has no effect on CSSStyleDeclaration, as that never returns a void DOMString.
2011-05-30 13:35:52 +02:00
Ms2ger
937d1ee5ab
Bug 659113 - Remove nsIDOMNSHTMLDocument; r=bz
2011-05-28 09:43:57 +02:00
Ms2ger
8e77cf50f6
Bug 658906 - Remove nsIDOMNSDocument; r=sicking
2011-05-28 09:43:53 +02:00
Ms2ger
afed8d9494
Bug 659990 - Remove nsIDOMNSHTMLHRElement; r=peterv
2011-05-28 09:43:44 +02:00
Ms2ger
e2adcdac6a
Bug 658904 - Remove nsIDOMDocumentStyle; r=roc,jst
2011-05-26 10:18:43 +02:00
Ms2ger
6291c9ef19
Bug 587463 - Drop support for HTMLDelElement and HTMLInsElement; r=jonas
2011-05-26 10:06:31 +02:00
Masayuki Nakano
ccc2f5b479
Bug 659533 Replace nsContentUtils::GetBoolPref() with Preferences::GetBool() r=roc
2011-05-25 15:31:59 +09:00
Jonas Sicking
a643101d07
Bug 641333: Kill nsIDOM3Text and move its contents to nsIDOMText. r=ms2ger
2011-05-20 22:21:28 -07:00
Kyle Huey
c47dc53338
Bug 648997: Prefix BlobBuilder harder. rs=sicking
2011-05-24 14:01:50 -07:00
Steven Michaud
c420efe036
Backed out changeset ae5b84b96fd7 (bug 570341) due to test failures DONTBUILD. a=sheriff
2011-05-24 01:54:23 -05:00
Igor Bazarny
ae1daf4816
bug 570341 - Initial implementation of web timing specification
...
r=jduell sr=biesi
2011-05-23 19:19:24 -07:00
William Chen
d4871aa561
Bug 658746 - "Assertion failure: JSID_IS_STRING(id)" with dataset[0].
...
Fixed incorrect handling of integer jsid to access dataset properties. Converted integer jsids to strings. Added checks to ensure jsids are strings when using them as strings. r=sicking
2011-05-23 15:53:12 -07:00
Jim Mathies
f59284069e
Backout of bug 570341 (cset:1a645ea075fc) due to test failure.
2011-05-23 19:55:36 -05:00
Igor Bazarny
d4a09e9dd2
bug 570341 - Initial implementation of web timing specification
...
r=smaug sr=biesi
2011-05-23 14:19:36 -07:00
Ms2ger
9f6fd81253
Bug 655517 - Remove nsIDOMDocumentEvent; f=ehsan r=smaug
2011-05-23 18:46:36 +02:00
d6a6669a9f
Bug 338583, implement EventSource, r=smaug,Ms2ger
2011-05-22 22:30:07 +01:00
Peter Van der Beken
a24706ed0d
Fix for bug 649057 (Make all nsINodeLists inherit from nsWrapperCache). r=bz.
2009-06-16 08:32:10 +02:00
Jonas Sicking
315cf61925
Bug 658714 Part 8: Improve the nsEventListenerManager API. r=smaug
2011-06-23 19:18:02 -07:00
Jonas Sicking
f0870a33e0
Bug 658714 Part 7: DeCOMtaminate nsEventListenerManager. r=smaug
2011-06-23 19:18:01 -07:00
Jonas Sicking
423de3eccb
Bug 658714 Part 6: Fixups after search'n'replace s/nsPIDOMEventTarget/nsIDOMEventTarget/. r=smaug
2011-06-23 19:18:01 -07:00
Jonas Sicking
9e55f5c437
Bug 658714 Part 5: Search'n'replace nsPIDOMEventTarget to nsIDOMEventTarget. r=smaug
2011-06-23 19:18:00 -07:00
Jonas Sicking
228a17a5dd
Bug 658714 Part 2: Merge nsIDOMNSEventTarget into nsIDOMEventTarget. r=smaug
2011-06-23 19:17:59 -07:00
Igor Bazarny
c17ceb8b6d
bug 570341 Initial implementation of web timing specification
...
r=smaug sr=biesi
2011-06-23 12:39:48 +02:00