David Anderson
821983e953
Merge.
...
--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-20 13:42:14 -08:00
Aki Sasaki
6e8b839d73
bug 611648 - fix sutAgentAndroid.apk JARSIGNER
2011-12-20 09:34:47 -08:00
Christian Legnitto
ea58834386
Bug 700000 - Version bump
2011-12-20 09:24:38 -08:00
Christian Legnitto
638d0d5c8d
Added tag AURORA_BASE_20111220 for changeset a8506ab2c654
2011-12-20 09:14:30 -08:00
Ed Morley
0bee76c718
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-20 16:52:57 +00:00
Matt Brubeck
ed1b569bd6
Bug 709921 - (2/2) Rename "Preferences" to "Settings" for Android fennec [r=cpeterson]
2011-12-20 08:33:25 -08:00
Matt Brubeck
3af30fc50b
Bug 709921 - (1/2) Clean up unused localization files [r=mfinkle]
...
--HG--
rename : mobile/android/locales/en-US/chrome/preferences.dtd => mobile/android/locales/en-US/chrome/aboutHome.dtd
2011-12-20 08:33:22 -08:00
Ed Morley
38893973b0
Merge mozilla-central and mozilla-inbound
2011-12-20 16:30:26 +00:00
Thomas Prip Vestergaard
b1341fdafa
Bug 710987 - Remove duplicate conditional in WordSplitState::FindSpecialWord(); r=roc
2011-12-20 16:14:05 +00:00
Ed Morley
7b5c1ad942
Backout 860fdd41cfed & 887abec76bca (bug 693343) for suspected Linux shutdown hangs
2011-12-20 16:04:07 +00:00
Wes Johnston
a4411ce61c
Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle]
2011-12-20 10:28:12 -05:00
Philipp Wagner
6ab8697406
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
Trevor Saunders
2c67893e5e
bug 693343 - fix review nit missed when qrefreshing r=me
2011-12-20 09:43:25 -05:00
Mike Gorse
18f83decc2
bug 693343 - a11y disabled on gnome 3 when GNOME_ACCESSIBILITY is unset r=tbsaunde, karlt
2011-12-20 09:25:13 -05:00
Reuben Morais
0d5f06a436
Bug 490225 - Open new tabs in existing browser window if there is one. r=dao
2011-12-20 14:02:48 +01:00
Jan Varga
3253a69c4f
Bug 711727 - Followup cleanup for files in IndexedDB. r=sicking/bent
2011-12-20 12:23:27 +01:00
Ed Morley
83479792cd
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2011-12-20 11:15:11 +00:00
Jonas Sicking
67b1faba15
Bug 694138: Support an array of strings as keyPath on objectStores and indexes. r=janv/bent
2011-12-20 02:59:07 -08:00
Jonas Sicking
235d3c9fa4
Bug 692614: Support all spec'ed key-types, including Arrays. Patch by Jan Varga and me. r=janv/bent/me
2011-12-20 02:58:44 -08:00
Brad Lassey
78b07a1efc
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-20 02:49:44 -05:00
Henri Sivonen
c0221d37eb
Bug 710142 - Make external View Source editor work again when the content comes from nsIWebBrowserPersist. r=gavin.sharp.
2011-12-20 09:41:08 +02:00
Simon Montagu
641a845d84
Remove intl/chardet/tests. bug 710980, r=emk
2011-12-20 09:08:50 +02:00
Brad Lassey
02923e6b84
backout changeset 3f050eb4f8ac (bug 711184)
2011-12-20 01:53:34 -05:00
Scott Johnson
9f94635cd8
Backout changeset 602d2761e409.
2011-12-20 00:02:01 -06:00
Scott Johnson
485a62e28c
Backout changeset 93f523345fb6.
2011-12-20 00:01:32 -06:00
Brad Lassey
cdf5ab0913
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-20 00:08:07 -05:00
Dão Gottwald
a4d82cb9bf
Bug 707672 - openUILink[In] behavior should not be determined by browser.tabs.loadBookmarksInBackground. r=mak
...
--HG--
extra : rebase_source : a4bb56be12da09134fb83c9b6dee6edee4030a54
2011-12-20 01:17:08 +01:00
Tim Taubert
c62da49ada
merge fx-team to m-c
2011-12-20 09:48:12 +01:00
Tim Taubert
6b0fcb3a4a
merge m-c to fx-team
2011-12-20 09:39:06 +01:00
Jason Duell
def5c3a081
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
Jason Duell
289afd9b5c
Bug 711205: Limit websocket outbound msg size to PR_INT32_MAX. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
a1f113cf0d
Bug 711205: Increase inbound WebSocket message size from 16MB to whatever malloc can handle. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
6fc87006e3
Bug 710964. No longer dispatch incoming WebSocket messages in CLOSING state. r=smaug
2011-12-20 00:20:12 -08:00
Jason Duell
58c42cf7a0
Bug 666349: update status code usage to latest spec. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
a85844d280
Bug 666349 - Update WebSocket API to latest draft. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
450977e6bd
Bug 710345: Mozilla-specific changes to pywebsocket v606. r=mcmanus
2011-12-20 00:20:12 -08:00
Jason Duell
a718d13be0
Bug 710345: Upgrade pywebsocket to v606 (RFC 6455). r=mcmanus
2011-12-20 00:20:00 -08:00
Gregory Szorc
f990f314d6
Bug 711263 - Prevent race condition when saving reconciler state; r=philikon
...
This is a recommit. The original commit was backed out due to mochitest
failures. Those failures have (hopefully) been fixed in previous
commits. philikon did not explicitly r+ this commit, but the original
patch. There is an implicit a=bustage on the commit because the tree is
broken and this patch should have been included with the mochitest fix
commit.
2011-12-19 20:12:00 -08:00
Gregory Szorc
92ecb90c5c
Bug 711263 - Fix filename case in Cu.import(); r=bustage
2011-12-19 18:32:47 -08:00
Gregory Szorc
5ada1a2e08
Bug 711263 - Don't register AddonsReconciler unless addons engine is enabled; r=philikon
2011-12-19 17:13:33 -08:00
Sriram Ramasubramanian
7c708ba320
Bug 708616: Awesomebar bg should match main toolbar [r=mfinkle]
2011-12-19 15:30:03 -08:00
Matt Brubeck
89eefdf246
Back out 259262c87f23 (bug 711263) because of test failures
2011-12-19 13:57:01 -08:00
Rob Campbell
b7669206af
backout Bug 694954, Bug 689939; a=orange
2011-12-19 17:44:11 -04:00
Sriram Ramasubramanian
634ccbe90a
Bug 711198: Autocomplete popup should have a minimum width [r=mfinkle]
2011-12-19 13:19:05 -08:00
Ed Morley
78ab3199c8
Backout fe434c1887f5 (bug 708437) for Android build failures on clobber
2011-12-20 13:38:33 +00:00
Joel Maher
ba169896b6
Bug 710877 - allow reftest to use FileUtils and remove quit.js code. r=dbaron
2011-12-20 07:46:10 -05:00
Vivien Nicolas
b7bad66754
Bug 711986 - [b2g] Use semi-transparent floating scrollbars for scrollable frames r=cjones
2011-12-20 13:30:15 +01:00
Markus Stange
d63e804d99
Bug 636564 - Make scroll frames deal correctly with scrollbars that overlay content. r=roc
2011-12-20 13:30:14 +01:00
Mike Hommey
5308b2adf8
Bug 708437 - Avoid race condition (res/values/strings.xml:1: error: Error parsing XML: no element found). r=ted
2011-12-20 13:24:36 +01:00
Mike Hommey
a88996da7d
Bug 708567 - Remove jemalloc-standalone-linkage-version-script, as it's not used anymore. r=khuey
2011-12-20 13:24:35 +01:00