Chris Jones
|
2afdb0333c
|
Bug 570620, part f: Add a "destroy" phase to PBrowser shutdown to make clean-up easier. r=smaug sr=bsmedberg
|
2010-08-05 17:11:23 -05:00 |
|
Chris Jones
|
a998dd23f5
|
Bug 570620, part d: Add some helper methods and functions to TabChild and TabParent. sr=smaug
|
2010-08-05 17:11:23 -05:00 |
|
Boris Zbarsky
|
ff911ada1d
|
Bug 584293. Make .style faster. r=peterv
|
2010-08-05 17:59:36 -04:00 |
|
Chris Pearce
|
fb117ca2e7
|
Bug 462957 - DOM implementation of HTMLMediaElement.buffered. r=roc a=blocking2.0
|
2010-08-05 19:40:35 +12:00 |
|
Boris Zbarsky
|
ab356be8e1
|
More stray CRs. Followup for bug 582303.
|
2010-08-04 23:12:50 -04:00 |
|
Boris Zbarsky
|
33be87d3fd
|
Removing stray CR characters that crept in. Followup for bug 582303.
|
2010-08-04 23:11:26 -04:00 |
|
David Zbarsky
|
de6582a359
|
Remove unneeded nsIDOMNSHTMLInputElement interface by merging it into nsIDOMHTMLInputElement. (Bug 582303) r=jst
|
2010-08-04 22:40:18 -04:00 |
|
David Zbarsky
|
9f2162a376
|
Remove unneeded nsIDOMNSHTMLImageElement interface by merging it into nsIDOMHTMLImageElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
|
David Zbarsky
|
ad200f8dad
|
Remove unneeded nsIDOMNSHTMLAnchorElement interface by merging it into nsIDOMHTMLAnchorElement. (Bug 582303) r=jst
|
2010-08-04 22:40:17 -04:00 |
|
Kyle Huey
|
2450cd740b
|
Backing out Bug 489813 due to test failures
|
2010-08-04 17:38:20 -07:00 |
|
Kyle Huey
|
ef7fa65c41
|
Backed out changeset 1d8d2deb3644
|
2010-08-04 17:36:54 -07:00 |
|
Doug Turner
|
99723f5ed1
|
Bug 489813 - Fire timeout error if provider fails to response after initial response. Also cleans up test. r=olli
--HG--
extra : rebase_source : 00aa6024b9e3e998801cf548b8ade5c532a6965d
|
2010-08-04 13:58:15 -07:00 |
|
Ben Turner
|
9848cc7be0
|
Remove unused stack class, rs=jst.
|
2010-08-04 14:44:33 -07:00 |
|
Ben Turner
|
b49ee09c3f
|
Bug 577704 - 'IndexedDB: OpenObjectCursor broken for autoIncremented indexes'. r=sdwilsh
|
2010-08-04 14:44:30 -07:00 |
|
Ben Turner
|
c449d1e403
|
Bug 583923 - 'IndexedDB: Don't fire events if there are no listeners for it'. r=sicking.
|
2010-08-04 14:44:28 -07:00 |
|
Ben Turner
|
182f339089
|
Bug 576406 - 'IndexedDB: Calling AddOrModify inserts duplicates into the database'. r=sdwilsh
|
2010-08-04 14:44:26 -07:00 |
|
Ben Turner
|
399e6e68bb
|
Bug 574507 - 'IndexedDB: Fix transaction queue logic to prevent starving transactions across multiple objectStores'. r=sicking
|
2010-07-12 10:05:01 -04:00 |
|
Josh Matthews
|
efd0cccb18
|
Bug 580450 - Clean up IPC::URI. r=dwitte
|
2010-07-26 15:59:34 -04:00 |
|
Ben Turner
|
cbe2d1fa2b
|
Bug 570858 - 'ChromeWorker doesn't exist from browser.xul/overlay js'. r=mrbkap.
|
2010-08-02 14:29:19 -07:00 |
|
Josh Matthews
|
1a55ff58cd
|
Backint out bug 580450, changeset 4d2c9a0c5e1c
|
2010-08-02 11:29:10 -04:00 |
|
Josh Matthews
|
b38983d775
|
Bug 580450 - Clean up IPC::URI. r=dwitte
--HG--
extra : rebase_source : 25fbd59338609fd9792071b9d414ea983608aab2
|
2010-07-26 15:59:34 -04:00 |
|
Felipe Gomes
|
8d9b3f1877
|
Bug 508906. Add experimental MozTouch events. r=smaug,jimm
|
2010-08-02 15:34:54 +02:00 |
|
Robert O'Callahan
|
601e5b55ce
|
Backout edd01aafe372 to fix red
|
2010-08-02 15:20:24 +12:00 |
|
Robert O'Callahan
|
b88214cae4
|
Backed out changeset edd01aafe372
|
2010-08-02 15:20:05 +12:00 |
|
Ms2ger
|
7b6cd84171
|
Bug 567663. Implement 'hidden' attribute. r=sicking
|
2010-08-02 15:07:07 +12:00 |
|
David Zbarsky
|
ae961dd518
|
Bug 582303. Move nsIDOMNSHTMLImageElement into nsIDOMHTMLImageElement. r=jst
|
2010-08-02 15:07:06 +12:00 |
|
Peter Van der Beken
|
e0b3b50810
|
Fix test_bug396843.html since bug 583225 fixed some todos.
|
2010-08-01 22:27:35 +02:00 |
|
Peter Van der Beken
|
68521e88b9
|
Fix for bug 583225 (Use the right DOMCI for DocumentFragment). r=jst.
|
2010-07-30 15:04:30 +02:00 |
|
Robert Sayre
|
d580edd975
|
Merge mozilla-central to tracemonkey.
|
2010-07-31 14:19:27 -07:00 |
|
Brian Birtles
|
6c35d0694f
|
Bug 527270: Implement SMIL TimeEvents. r=dholbert,smaug; sr=roc; a=blocking-betaN
|
2010-07-31 16:02:52 +09:00 |
|
Ms2ger
|
dc206bff4c
|
Bug 573258 - Support a.text as defined in HTML5; r=Olli.Pettay approval2.0=benjamin
|
2010-07-30 16:48:57 -07:00 |
|
Chris Jones
|
8023a3d2ac
|
Bug 582174: IsDead() was intended to check for null. r=dwitte
--HG--
extra : rebase_source : 3a85ae01837b303c13c412e26b78b8179cdfff75
|
2010-07-27 01:26:41 -05:00 |
|
Benoit Girard
|
360d838dce
|
Bug 568513 - Implement NPN_PopUpContextMenu. r=josh a=blocking-beta3
|
2010-07-29 18:38:32 -04:00 |
|
Robert Sayre
|
073bde8d2b
|
Merge mozilla-central to tracemonkey.
|
2010-07-30 21:57:41 -07:00 |
|
Doug Turner
|
848fbc02f4
|
Bug 568925 - Remote History Set Title for URI. r=cjones, sr=bz
|
2010-07-02 08:53:42 -07:00 |
|
L. David Baron
|
dbd3ee48de
|
Rev IID, which was missed in changeset 56030877b753. (Bug 582303)
|
2010-07-28 16:57:32 -07:00 |
|
David Zbarsky
|
b031cede9e
|
Remove unneeded nsIDOMNSHTMLButtonElement interface by merging it into nsIDOMHTMLButtonElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
David Zbarsky
|
b3ebf67236
|
Remove unneeded nsIDOMNSHTMLAreaElement and nsIDOMNSHTMLAreaElement2 interfaces by merging them into nsIDOMHTMLAreaElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
David Zbarsky
|
f1c4604ccc
|
Remove unneeded nsIDOMNSHTMLSelectElement interface by merging it into nsIDOMHTMLSelectElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
David Zbarsky
|
91c644282f
|
Remove unneeded nsIDOMNSHTMLOptionElement interface by merging it into nsIDOMHTMLOptionElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
David Zbarsky
|
08bd79fe55
|
Remove unneeded nsIDOMNSHTMLScriptElement interface by merging it into nsIDOMHTMLScriptElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
David Zbarsky
|
aa0b85856a
|
Remove unneeded nsIDOMNSHTMLLabelElement interface by merging it into nsIDOMHTMLLabelElement. (Bug 582303) r=jst
|
2010-07-28 16:43:52 -07:00 |
|
Igor Bukanov
|
2019c722fb
|
bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff
|
2010-06-12 18:29:04 +02:00 |
|
Andreas Gal
|
69df940a4e
|
Back out bug 580803.
|
2010-07-28 11:20:19 -07:00 |
|
Igor Bukanov
|
181c2cdf3a
|
Backed out changeset 7b2b90efe57d -- the patch was landed against a tree with a lot of orange. This will hinder the orange resolution.
|
2010-07-28 14:36:06 +02:00 |
|
Igor Bukanov
|
a69fd0a49f
|
bug 571789 - merging JSObjectOps and JSExtendedClass into JSClass. r=jorendorff
|
2010-06-12 18:29:04 +02:00 |
|
Robert Sayre
|
55a8586519
|
Merge mozilla-central to tracemonkey.
|
2010-07-27 13:09:04 -07:00 |
|
Steffen Imhof
|
78bd96033d
|
Bug 565163 - e10s: nsHTMLDNSPrefetch needs to be forwarded to chrome. r=dougt
--HG--
extra : rebase_source : bb91a8287ad6484846c89f57d916c97f3c05fb70
|
2010-07-26 11:49:09 -07:00 |
|
Bobby Holley
|
ff6a2fbd06
|
Bug 578511 - Canvas API to disable sync decoding of images.r=roc,sr=vlad
|
2010-07-26 17:20:45 -04:00 |
|
Andreas Gal
|
f31287d478
|
More fallout from bug 581264.
|
2010-07-23 17:24:55 -07:00 |
|