Masatoshi Kimura
|
b71556db7e
|
Bug 716570 - Rename blob URI scheme from "moz-filedata" to "blob" per spec. r=sicking
--HG--
rename : content/base/src/nsFileDataProtocolHandler.cpp => content/base/src/nsBlobProtocolHandler.cpp
rename : content/base/src/nsFileDataProtocolHandler.h => content/base/src/nsBlobProtocolHandler.h
|
2012-01-12 11:36:03 +01:00 |
|
Ehsan Akhgari
|
1ea713b5e0
|
Bug 171237 - Center the search results instead of scrolling only enough to show them in order to provide more visual context; r=roc
|
2012-01-11 20:18:23 -05:00 |
|
Ms2ger
|
1a688061bd
|
Bug 699731 - Remove PR_INT64_MAX / PR_UINT64_MAX from non-nsprpub source; r=ted
|
2012-01-11 09:23:07 +01:00 |
|
Justin Lebar
|
a44674dd6d
|
Bug 708176 - Part 1: Add nsContentUtils::URIIsChromeOrInPref. r=mounir
--HG--
extra : rebase_source : 9073217bd7a34a5bcd710d7d0671bd021df93164
|
2012-01-10 12:57:39 -05:00 |
|
David Zbarsky
|
e38d101da0
|
Bug 682611 - Part 2: Remove nsIRange; r=smaug
|
2012-01-10 15:19:54 +01:00 |
|
Michael Kohler
|
8e7d457186
|
Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style
|
2012-01-10 00:29:30 -05:00 |
|
Olli Pettay
|
ddc85ea830
|
Bug 714633 - Release message manager related data structures more aggressively, r=jst
--HG--
extra : rebase_source : 5749ff9fc1ad21fd7a3d459198437e214b08fdfc
|
2012-01-07 21:20:12 +02:00 |
|
Neil Rashbrook
|
28fd3b25ad
|
Bug 714164 Restore some global window commands that were removed as part of bug 669026 because they appeared to be unused r=ehsan sr=roc
|
2012-01-05 21:33:41 +00:00 |
|
Kyle Huey
|
a58d81faef
|
Bug 715185: Remove using namespace declaration from nsDOMFile.h. r=mounir
|
2012-01-05 08:44:46 -05:00 |
|
Santiago Gimeno
|
5c749b2022
|
Bug 710292 - Add a common HTMLSplitOnSpacesTokenizer tokenizer. r=khuey
|
2012-01-04 05:08:00 -05:00 |
|
Bobby Holley
|
9adc1c9d8a
|
Bug 713747 - Remove usage of UniversalFoo in gecko. r=bz
|
2011-12-30 09:35:39 -08:00 |
|
Ed Morley
|
46f8a364a9
|
Merge mozilla-central and mozilla-inbound
|
2011-12-20 16:30:26 +00:00 |
|
Philipp Wagner
|
d1beb04176
|
Bug 693615 - element.lookupNamespaceURI(null) in text/html page cause NS_ERROR_FAILURE error on XrayWrappers; r=bz
|
2011-12-20 15:54:14 +01:00 |
|
Jan Varga
|
731558a2e2
|
Bug 711727 - Followup cleanup for files in IndexedDB. r=sicking/bent
|
2011-12-20 12:23:27 +01:00 |
|
Jason Duell
|
5d80c49624
|
Bug 695635: Unprefix websockets. r=sicking, sr=smaug
--HG--
rename : content/base/public/nsIMozWebSocket.idl => content/base/public/nsIWebSocket.idl
|
2011-12-20 00:20:12 -08:00 |
|
Ed Morley
|
28b85eecb0
|
Merge mozilla-central to mozilla-inbound
|
2011-12-20 11:52:08 +00:00 |
|
Mats Palmgren
|
498185f3f0
|
Bug 619273 - Move the selection state bit from frames to content nodes. r=smaug
|
2011-12-20 10:15:41 +01:00 |
|
Ed Morley
|
58f24579d9
|
Merge mozilla-central and mozilla-inbound
|
2011-12-16 10:19:52 +00:00 |
|
Jan Varga
|
78980f36af
|
Bug 661877 - Enable storing files in IndexedDB. r=bent
|
2011-12-16 08:34:24 +01:00 |
|
Gabor Krizsanits
|
1908ae1df4
|
Bug 678465 - 'document-element-inserted' doesn't fire on ImageDocument; r=bz
|
2011-12-15 15:10:36 +00:00 |
|
Brian O'Keefe
|
2d75e4a6ac
|
Bug 708846 - Clean up the SVG namespace checks to use nsIContent::IsSVG() instead; r=longsonr
|
2011-12-15 14:47:03 +00:00 |
|
Masatoshi Kimura
|
4eadc7baec
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
|
Jason Duell
|
d18e33c921
|
Bug 676439 - v2: Websocket Binary Message support: DOM changes. r=smaug
|
2011-12-15 15:19:01 -08:00 |
|
Boris Zbarsky
|
98ad98b225
|
Bug 708169. Warn when null or no argument is passed to mozRequestAnimationFrame. r=roc
|
2011-12-15 08:53:06 -05:00 |
|
Boris Zbarsky
|
ea35d340a7
|
Bug 709256 part 3. Skip calling PresShell::FlushPendingNotifications altogether if there might not be anything to flush. r=roc
|
2011-12-14 23:42:15 -05:00 |
|
Margaret Leibovic
|
b1229fcc79
|
Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst,blassey
|
2011-12-10 09:23:05 -08:00 |
|
Atul Aggarwal
|
7067bd5916
|
Bug 695648 - Remove unnecessary friend class mozilla::AutoRestore<bool> from nsContentUtils; r=smaug a=removal
|
2011-12-13 14:17:59 +00:00 |
|
Margaret Leibovic
|
3b340fd477
|
backout f9b9d90ff8e1 due to bustage
|
2011-12-09 14:56:20 -08:00 |
|
Margaret Leibovic
|
70c591e442
|
Bug 707886 - Platform support for non-e10s click-to-play plugins. r=jst
|
2011-12-09 14:04:15 -08:00 |
|
Ed Morley
|
4a0a399d46
|
Merge last green changeset of mozilla-inbound to mozilla-central
|
2011-12-08 15:12:20 +00:00 |
|
Kyle Huey
|
188b4c5f37
|
Bug 692067: Make WebSockets trigger content policies. r=smaug,dveditz
|
2011-12-07 18:19:43 -05:00 |
|
Boris Zbarsky
|
f8235d97f3
|
Bug 647518 part 2. Allow canceling requestAnimationFrame requests. r=roc
|
2011-12-06 23:43:18 -05:00 |
|
Boris Zbarsky
|
cc649cf128
|
Bug 647518 part 1. Make requestAnimationFrame return handles for animation frame requests. r=roc
|
2011-12-06 23:43:18 -05:00 |
|
Andrew McCreight
|
eea9c62b58
|
Bug 707988 - remove nsIDOMGCParticipant.h. r=jst
|
2011-12-06 10:40:13 -08:00 |
|
Chris Pearce
|
a4c79d668e
|
Bug 704039 part 2 - Implement full-screen mode rollback stack. r=bz
|
2011-12-07 10:59:39 +13:00 |
|
Wellington Fernando de Macedo
|
c650c15043
|
Bug 664179 - Allow Cross-Origin URLs in EventSource (Server-Sent Events). r=sicking
|
2011-12-05 21:02:42 -02:00 |
|
Robert O'Callahan
|
f68ef67da3
|
Bug 699351. Add nsIFrameLoader::clipSubdocument API to allow XUL <iframe> and <browser> to not clip the subdocument. r=tnikkel,sr=bzbarsky
|
2011-12-06 01:38:46 +13:00 |
|
Brian O'Keefe
|
869372f78c
|
Bug 589640 (part 2) - Make nsIContent::IsSVG more like IsHTML, and remove the eSVG node type. r=bzbarsky
|
2011-12-08 01:32:11 -05:00 |
|
Jonas Sicking
|
24b4a80799
|
Backed out changeset 127374ca4f92 due to test failures.
|
2011-12-02 19:29:35 -08:00 |
|
Wellington Fernando de Macedo
|
94435d0a57
|
Bug 664179: Support cross-origin EventSource. r=me
|
2011-12-02 18:32:46 -08:00 |
|
Brad Lassey
|
7ebe9cd16d
|
Bug 687972 - backing out changesets b17ab862bbc1 and a6db0c6c94a3 r=orange
|
2011-11-30 22:59:00 -05:00 |
|
Robert O'Callahan
|
b4555e3e02
|
Bug 699351. Add nsIFrameLoader::clipSubdocument API to allow XUL <iframe> and <browser> to not clip the subdocument. r=tnikkel,sr=bzbarsky
|
2011-11-30 21:14:26 -05:00 |
|
Ed Morley
|
77b33db0bb
|
Bug 703889 - Remove |ifndef DISABLE_XFORMS_HOOKS| since it's never defined; r=ted
|
2011-11-30 18:37:57 +00:00 |
|
Boris Zbarsky
|
c0fc9ee395
|
Bug 704171 part 2. Remove the no-argument form of mozRequestAnimationFrame. r=roc
|
2011-11-28 07:49:53 -05:00 |
|
Boris Zbarsky
|
604a126fcf
|
Bug 704175 part 2. Rename nsIAnimationFrameListener to nsIFrameRequestCallback. r=roc
--HG--
rename : dom/interfaces/base/nsIAnimationFrameListener.idl => dom/interfaces/base/nsIFrameRequestCallback.idl
|
2011-11-28 07:48:30 -05:00 |
|
Masayuki Nakano
|
6e7a3cdf3e
|
Bug 685395 part.5 Reomve IME state in nsIContent r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
|
Masayuki Nakano
|
6a455ac2d8
|
Bug 685395 part.4 IME open state should be able to set/get by InputContext r=roc, sr=matspal
|
2011-11-27 20:51:53 +09:00 |
|
Masayuki Nakano
|
b05d40e755
|
Bug 703150 Cannot drag scrollbar thumb if stopPropagation() of mousedown event is called r+sr=smaug
|
2011-11-25 10:09:58 +09:00 |
|
Chris Pearce
|
f4c97fdcf9
|
Bug 604682 - Remove unnecessary copy of audio data when there's no MozAudioAvailable event listener. r=smaug,kinetik
|
2011-11-22 13:34:21 +13:00 |
|
Fabien Cazenave
|
72df6ca7c1
|
Bug 690372 - Give an IID to dom::Element. r=ehsan
|
2011-11-21 16:32:14 +01:00 |
|