Marco Bonardo
|
2dc9ae2975
|
Merge last green changeset from mozilla-central to mozilla-inbound
|
2011-07-05 10:47:39 +02:00 |
|
Bas Schouten
|
756d1c7e15
|
Bug 668801 - Part 1: Adjust Azure for traditional shadow drawing style. r=jrmuizel
|
2011-07-05 06:28:14 +00:00 |
|
Bas Schouten
|
d23cf9b6df
|
Bug 668801: Backed out Bug 656844 - changeset a565838cfc3a.
|
2011-07-04 16:35:50 +00:00 |
|
Bas Schouten
|
f61d114004
|
Bug 668801: Backed out Bug 656844 - changeset 22ec5982eca7.
|
2011-07-04 16:32:36 +00:00 |
|
Jason Duell
|
45ea24eb5d
|
Bug 664860. Rename nsIWebSocketHandler -> nsIWebSocketChannel. r=biesi
--HG--
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketChannel.idl
rename : netwerk/protocol/websocket/nsIWebSocketProtocol.idl => netwerk/protocol/websocket/nsIWebSocketListener.idl
|
2011-07-04 21:18:32 -07:00 |
|
Jason Duell
|
ebaf20a075
|
bug 664860: Rename websockets mochi test. r=biesi
--HG--
rename : content/base/test/file_ws_basic_tests_wsh.py => content/base/test/file_websocket_basic_wsh.py
rename : content/base/test/test_ws_basic_tests.html => content/base/test/test_websocket_basic.html
|
2011-07-04 21:18:30 -07:00 |
|
Daniel Holbert
|
b05ff8ffad
|
Bug 669237: Fix init list order in nsBuiltinDecoderReader.h r=cpearce
|
2011-07-04 18:31:28 -07:00 |
|
Robert Longson
|
308f373d21
|
Bug 669216 - Simplify some of the number-optional-number implementation. r=dholbert
|
2011-07-04 22:19:54 +01:00 |
|
Neil Deakin
|
fb8acde484
|
Bug 663728, use ids of nodes in xml datasources, r=jonas
|
2011-07-04 10:39:06 -04:00 |
|
Marco Bonardo
|
c6859b3730
|
Merge last green changeset from mozilla-inbound to mozilla-central
|
2011-07-04 12:46:07 +02:00 |
|
Peter Van der Beken
|
8e31bc0d69
|
Fix for bug 667315 (Make unknown handler forward to new handler). r=sicking.
|
2011-07-01 12:55:05 +02:00 |
|
Phil Ringnalda
|
902b4e6f6f
|
Back out 29ec386d969f and ed18b0cca283 (bug 462959) for a very frequent assertion loop in test_played.html
|
2011-07-03 18:26:00 -07:00 |
|
Ms2ger
|
87578b97f7
|
Bug 383383 - Don't throw NS_ERROR_DOM_NOT_SUPPORTED_ERR from nsHTMLScriptElement::MaybeProcessScript; r=smaug
|
2011-07-03 11:53:41 +02:00 |
|
Phil Ringnalda
|
b60fccfd72
|
Merge m-c to m-i
|
2011-07-03 19:21:16 -07:00 |
|
Robert Longson
|
b1a2285137
|
Bug 669025 - class name and proto chain interface mismatch with number-optional-number and integer-optional-integer. r=dholbert
|
2011-07-03 20:49:11 +01:00 |
|
Ms2ger
|
11413e95a1
|
Merge m-c to m-i
|
2011-07-03 21:54:56 +02:00 |
|
Ms2ger
|
e6aaa3671f
|
Bug 668184 - Make nsIDocument::AddXMLEventsContent return void; r=smaug
|
2011-07-03 11:53:41 +02:00 |
|
Ms2ger
|
ae8afde742
|
Bug 647433 - Rename mContent to mElement in implementations of nsIContentSerializer; r=bz
|
2011-07-03 11:53:40 +02:00 |
|
Paul ADENOT
|
0ffaf34b2d
|
Bug 462959 - Tests for HTMLMediaElement.played; r=cpearce+kinetik
|
2011-07-03 11:53:39 +02:00 |
|
Paul ADENOT
|
011480680d
|
Bug 462959 - Implement HTMLMediaElement.played; r=kinetik
|
2011-07-03 11:53:38 +02:00 |
|
Marco Bonardo
|
e46465dc77
|
No bug - Fix merge conflict across mozilla-inbound and mozilla-central.
|
2011-07-02 11:22:57 +02:00 |
|
Marco Bonardo
|
13b5cd08c3
|
Merge mozilla-inbound and mozilla-central
|
2011-07-02 10:39:08 +02:00 |
|
Brian Birtles
|
e5b308da49
|
Bug 665334 part 3 - Don't remove instance times used as fixed interval endpoints, r=dholbert
|
2011-07-02 12:37:56 +09:00 |
|
Brian Birtles
|
dbea318c75
|
Bug 665334 part 2 - Add fallback to detect infinite recursion when updating the interval and bail out, r=dholbert
|
2011-07-02 12:37:47 +09:00 |
|
Brian Birtles
|
2501c9b116
|
Bug 665334 part 1 - crashtest, r=dholbert
|
2011-07-02 12:37:38 +09:00 |
|
Brian Birtles
|
3606b29e7b
|
Bug 664343 - Batch updates to current interval, r=dholbert
|
2011-07-02 12:37:10 +09:00 |
|
Robert Longson
|
e5b43ca994
|
Bug 668889 - simplify boolean attribute parsing. r=dholbert
|
2011-07-01 22:15:04 +01:00 |
|
Kyle Huey
|
3d981011e9
|
Bug 661582: XHR.response should return a Blob, not a File. r=sicking
|
2011-06-30 14:42:15 -07:00 |
|
Masatoshi Kimura
|
938ba969e8
|
Bug 661583: Hold onto the cache token if our response blob is backed by a cache file. r=sicking
|
2011-06-30 14:41:39 -07:00 |
|
Olli Pettay
|
d99aaa1cc3
|
Bug 664470, unlink document some more, r=peterv
--HG--
extra : rebase_source : dbafa0618f381c4dc9360f972676de137d2d9885
|
2011-07-01 17:05:37 +03:00 |
|
Olli Pettay
|
2d2630f2b5
|
Bug 664452, unlink XUL some more, r=peterv
--HG--
extra : rebase_source : e17e5ed7c6a5d6565758ce2835df559b6abdcf32
|
2011-07-01 17:02:04 +03:00 |
|
Matt Brubeck
|
27d39ad214
|
Back out 9fc0e6867256, 6947bbce9672, fb91a23bd158, a5870dd2ad7c, c3d3292fbd1e, 42f2aca1fde9 to fix Android failures on a CLOSED TREE
|
2011-07-01 11:20:52 -07:00 |
|
Marco Bonardo
|
b164bf7cd7
|
Backout due to mobile failures these changesets: 9f451a1901dd, e99f86ba7278, 447b48b79e6a, cef046665c53, c9237cc1fae0, d77a331a6d5a, f8f3afb95355, a050168887ee, 3ec4303ebf4d, 671b7c0d99f0, 56b17efbb62b, beceddeee3f4 on a CLOSED TREE
|
2011-07-01 16:28:07 +02:00 |
|
Felipe Gomes
|
b0be6a9593
|
Bug 583976. Part 4 pre - some clean up and adjustments to enable needs-focus tests for OOP content. r=cjones
|
2011-06-22 13:43:05 -07:00 |
|
Felipe Gomes
|
4daf8a243a
|
Bug 583976. Part 3 - Automatically forward mouse and key input events to out-of-process content, and add cursor support in PuppetWidget. r=smaug,stechz
|
2011-06-21 17:32:43 -07:00 |
|
Felipe Gomes
|
4c5c4c7163
|
Bug 583976. Part 1 - Add focus manager support for focus activation/deactivation in remote content. r=enn,smaug
|
2011-06-17 17:08:32 -07:00 |
|
Felipe Gomes
|
463ef55fb5
|
Bug 663035. Retrieving docShell of remote frames should simply return null instead of throwing. r=bsmedberg
|
2011-06-14 17:29:10 -07:00 |
|
Marco Bonardo
|
d6c4314155
|
Merge last green changeset from mozilla-central to mozilla-inbound
|
2011-07-01 23:56:44 +02:00 |
|
Robert Longson
|
1371deaee4
|
Bug 617623 - animate number-optional-number and integer-optional-integer attributes properly. r=dholbert
|
2011-07-01 08:19:52 +01:00 |
|
Marco Bonardo
|
8f1f6418cb
|
Backout changesets ed9bdae57981 due to permanent R2 Android failure on a CLOSED TREE
|
2011-07-01 18:04:13 +02:00 |
|
Shawn Gong
|
552c301b28
|
Fixed bug 632255: implemented FileReader.readAsArrayBuffer() API. r=sicking
|
2011-06-30 17:50:44 -07:00 |
|
L. David Baron
|
3a7637ff21
|
Convert canvas text measurement widths from app units to pixels *after* they switch from integers to floats. (Bug 667947) r=roc
--HG--
extra : transplant_source : %9C%BA%C8%F9%2C%83%8C%F3%F7%A9%B1%00Wn%FF%A6%40%E6%D4%CC
|
2011-06-30 17:39:30 -07:00 |
|
Chris Pearce
|
55651bb5b6
|
Bug 655648 - Update media readyState more often, exit decode thread when decode finishes. r=kinetik
|
2011-07-01 11:00:22 +12:00 |
|
Mats Palmgren
|
8968056a3a
|
Bug 667518 - Don't ignore <link> href white-space only values. r=bzbarsky
|
2011-06-30 22:09:26 +02:00 |
|
Josh Matthews
|
defee71441
|
Bug 668328 - Initialize members of nsEventListenerManager on construction. r=sicking
|
2011-06-29 16:40:01 -04:00 |
|
Matheus Kerschbaum
|
37f901a791
|
Test for bug 383383. r=smaug
|
2011-06-30 14:31:41 +02:00 |
|
Matheus Kerschbaum
|
f1c2a21293
|
Bug 383383 - Remove nsIScriptEventManager and nsIScriptEventHandler. r=smaug
|
2011-06-30 14:30:08 +02:00 |
|
Paul ADENOT
|
913b92aa91
|
Bug 667929 - OGG media buffered member is not correct when the stream is infinite; r=cpearce
|
2011-06-30 14:25:27 +02:00 |
|
Ehsan Akhgari
|
68be621524
|
Merge mozilla-central and mozilla-inbound
|
2011-06-30 05:08:20 -04:00 |
|
Jonas Sicking
|
e66eecfd3e
|
Bug 647603: a.replaceChild(b, b) does not remove and re-insert the affected node. r=bz
|
2011-06-29 23:16:09 -07:00 |
|