Ms2ger
|
edaf8cc36e
|
Bug 705188 - Use IDL for mozIJSSubScriptLoader::LoadSubScript, {xpcIJSModuleLoader,nsIXPCComponents_Utils}::Import; r=bz
|
2011-12-18 11:09:16 +01:00 |
|
Ms2ger
|
e1d2a8071f
|
Bug 705344 - Use IDL for Components.(utils.)lookupMethod; r=bholley
|
2011-12-18 11:08:04 +01:00 |
|
Ms2ger
|
5741fb5bb9
|
Bug 705444 - Use IDL for jsdIValue::GetWrappedValue; r=bholley
|
2011-12-18 11:07:22 +01:00 |
|
Ms2ger
|
6464cec1ae
|
No bug - Remove unused JS::Value::setObjectOrUndefined; r=luke
|
2011-12-18 11:06:43 +01:00 |
|
Ms2ger
|
b7ac5cb250
|
Bug 707448 - Cleanup nsHTMLFormElement::DoSubmitOrReset a bit; r=mounir
|
2011-12-18 11:06:27 +01:00 |
|
Ms2ger
|
c480d4db80
|
Bug 707576 - Remove nsIDOMNSElement; r=smaug
|
2011-12-18 11:06:23 +01:00 |
|
Ms2ger
|
e55f25e5ac
|
Bug 698420 - Make nsScriptObjectHolder typesafe; r=bz
|
2011-12-18 11:05:12 +01:00 |
|
Ms2ger
|
7a4831d8b3
|
Bug 709747 - Support nsCOMPtr<T>::forget(I**); r=bsmedberg
|
2011-12-18 10:39:22 +01:00 |
|
John Schoenick
|
34b5116fdd
|
Bug 687679 - Rename JS_CompileFile to JS_CompileUTF8File, fix users. r=jorendorff,jst
|
2011-12-16 11:08:59 -08:00 |
|
Doug Turner
|
53a8dcdc2c
|
Backed out changeset 7957f2f39615
|
2011-12-17 22:39:08 -08:00 |
|
Doug Turner
|
7fa169ec37
|
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
|
2011-12-17 22:00:40 -08:00 |
|
Doug Turner
|
42115e5a4e
|
Backout of 9d027bf631d3
|
2011-12-17 21:52:54 -08:00 |
|
Doug Turner
|
6af6f3a1fd
|
Backout of de081ef87383
|
2011-12-17 21:52:36 -08:00 |
|
Doug Turner
|
51b484700c
|
Backout of b407ff123b6f
|
2011-12-17 21:52:19 -08:00 |
|
Doug Turner
|
2a4b8377d3
|
Backout of ba92c42f126f
|
2011-12-17 21:34:03 -08:00 |
|
Doug Turner
|
7543f9ad60
|
Backout of 8a5cc33141a3
|
2011-12-17 21:33:44 -08:00 |
|
Doug Turner
|
5ecd025014
|
Backout of f39dab2d2adb
|
2011-12-17 21:32:48 -08:00 |
|
Doug Turner
|
9d3905ac3a
|
Backout of 74277c18e7ce
|
2011-12-17 21:32:24 -08:00 |
|
Doug Turner
|
bb7d2103ba
|
Backout of 434e5060c706
|
2011-12-17 21:31:37 -08:00 |
|
Matt Brubeck
|
59b7c3304b
|
Merge mozilla-inbound and mozilla-central
|
2011-12-17 08:59:15 -08:00 |
|
Olli Pettay
|
aea0a19e5e
|
Bug 711651, Clean up ResizeReflowIgnoreOverride, r=roc
|
2011-12-17 17:51:55 +02:00 |
|
ffxbld
|
09952e9516
|
Automated blocklist update from host moz2-linux-slave30
|
2011-12-17 03:07:48 -08:00 |
|
Matt Brubeck
|
0b0e4462a3
|
Back out 97b8cff2764f (bug 376997) for Android reftest failures
|
2011-12-16 13:10:44 -08:00 |
|
Rob Campbell
|
6103bfc002
|
merge fx-team to m-c
--HG--
rename : browser/devtools/styleinspector/test/browser/browser_bug683672.js => browser/devtools/styleinspector/test/browser_bug683672.js
rename : browser/devtools/styleinspector/test/browser/browser_styleinspector.js => browser/devtools/styleinspector/test/browser_styleinspector.js
|
2011-12-16 14:42:54 -04:00 |
|
Jeff Walden
|
a7d6a6d6e8
|
Bug 708735 - Really remove the uint32/JSUint32 typedefs now that all users have been fully corrected. r=luke, r=dmandelin from the original change, landing in a CLOSED TREE (which can open now!)
|
2011-12-16 10:00:08 -05:00 |
|
Gavin Sharp
|
cd587236db
|
Bug 711478: fix regression from bug 696436 that broke Windows PGO builds, r=ted, landing on CLOSED TREE so that we can reopen it
|
2011-12-16 10:16:54 -08:00 |
|
Jeff Walden
|
0f0192b460
|
Bug 708735 - Update IDBObjectStore to use the <stdint.h> types for its JSAPI interactions. r=bustage in a CLOSED TREE :-\
|
2011-12-16 09:42:09 -05:00 |
|
Jeff Walden
|
369c8705b9
|
Backed out changeset f879c54dffae: 5efcb9c3b375 introduced more JSAPI users that need fixing for the <stdint.h> types, and it's not worth trying to do fixups for that commit now while holding the tree closed. uint32/JSUint32 type removals will occur later today, after I reopen up a CLOSED TREE.
|
2011-12-16 08:20:21 -05:00 |
|
Jeff Walden
|
c1e1e8864c
|
Bug 708735 - Remove the non-<stdint.h> {u,}int{8,16,32,64} and JS{Uint,Int}{8,16,32,64} integer types from the JSAPI. The public header added in the previous commit with the old typedefs should ease migration for embedders. r=luke, r=dmandelin, pushing into a CLOSED TREE so the landing is smooth
|
2011-12-15 21:51:08 -05:00 |
|
Vladan Djeric
|
30b8c916cb
|
Bug 704855. Reduce fsyncs in Places & create/update root bookmarks in Database.cpp. r=mak
|
2011-12-13 12:52:06 -05:00 |
|
Geoff Brown
|
266018afb3
|
Bug 648429: delay pref observer destruction on shutdown to avoid crash; r=michal.novotny
|
2011-12-17 11:32:41 +01:00 |
|
Geoff Brown
|
069d4aa103
|
Bug 648429: HTTP cache: compress all compressible files - new test for appending to compressed stream; r=michal.novotny
|
2011-12-17 11:32:02 +01:00 |
|
Geoff Brown
|
aad0689059
|
Bug 648429: HTTP cache: compress all compressible files; r=michal.novotny
|
2011-12-17 11:30:29 +01:00 |
|
Robert Longson
|
9e5b0923d9
|
Bug 693551 - Old tooltip appears when the SVG object that the mouse is over is removed. r=dao
|
2011-12-17 09:14:20 +00:00 |
|
Gian-Carlo Pascutto
|
615cc68512
|
Bug 711034 - Native Fennec is still creating places.sqlite. r=dougt
|
2011-12-17 10:08:58 +01:00 |
|
Robert Longson
|
9ccdb9096d
|
Bug 708155 - Fix dynamic modifications to styles on foreignObject. r=dholbert
|
2011-12-17 09:09:19 +00:00 |
|
Mihai Sucan
|
e0a4ef4092
|
Bug 683172 - Source Editor should automatically set up Undo/Redo key bindings; r=rcampbell
|
2011-12-12 23:17:11 +02:00 |
|
Paul Rouget
|
ae4a1a08f4
|
Bug 710878 - Bookmark label can omit part of the text in the link; r=dietrich
|
2011-12-15 19:42:12 +01:00 |
|
Nathan Froyd
|
9983e99f99
|
Bug 709205 - use GetObserverService in places; r=mak
|
2011-12-09 14:35:59 -05:00 |
|
Nathan Froyd
|
7d3e14b253
|
Bug 709205 - use GetObserverService in xpcom; r=dougt
|
2011-12-09 14:36:17 -05:00 |
|
Nathan Froyd
|
374a916108
|
Bug 709205 - use GetObserverService in dom,docshell; r=bz
|
2011-12-09 14:35:37 -05:00 |
|
Matthew Schranz
|
3f317903d7
|
Bug 334573 - Changed nsLoadBlockingPLDOMEvent to nsLoadBlockingAsyncDOMEvent. r=sicking
|
2011-12-17 01:02:42 -05:00 |
|
Matthew Schranz
|
5eb12bc3ef
|
Bug 334573 - Renamed all references of nsPLDOMEvent to nsAsyncDOMEvent. r=sicking
--HG--
rename : content/events/public/nsPLDOMEvent.h => content/events/public/nsAsyncDOMEvent.h
rename : content/events/src/nsPLDOMEvent.cpp => content/events/src/nsAsyncDOMEvent.cpp
|
2011-12-17 01:02:05 -05:00 |
|
aceman
|
c475fda161
|
Bug 122213 - Display time and date of messages in toolkit's Error Console. r=neil sr=bz
|
2011-12-17 05:22:26 +01:00 |
|
Dão Gottwald
|
067bb8a581
|
Bug 708788 - Add telemetry probes for new/close tab animations. r=dietrich,taras
|
2011-12-17 05:11:57 +01:00 |
|
Patrick McManus
|
74d31363e6
|
bug 710205 dns telemetry r=bz
|
2011-12-16 21:24:17 -05:00 |
|
Patrick McManus
|
d078784ec1
|
bug 709976 dns async early renewal r=bz
|
2011-12-16 21:24:12 -05:00 |
|
Kyle Machulis
|
e0d3296b4f
|
Bug 709565 - B2G telephony: implement DTMF. r=philikon
|
2011-12-16 13:47:32 -08:00 |
|
Jeff Walden
|
52e1a4c28f
|
Bug 711611 - NSPR's obsolete int32, int64, etc. types get defined without an opt-out #define -- add that #define to SpiderMonkey so int32/etc. can't be (mis-)used. r=bhackett
--HG--
extra : rebase_source : 18c73b832cb9f4587c4a1114f237edcaba657199
|
2011-12-16 17:03:07 -05:00 |
|
Tim Abraldes
|
c6f80b9f26
|
bug 704558 - Toolkit changes to work with the newly modified imgTools functions. r=rs
|
2011-12-16 19:43:10 -05:00 |
|