Ed Morley
2b933f3136
Backout 1d0ec7fa8b96 (bug 702179) for PGO Linux build failures
2011-12-21 15:57:26 +00:00
Ed Morley
26a6324065
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2011-12-21 12:11:14 +00:00
Steffen Wilberg
dbec4a8515
Bug 704588 - New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle
2011-12-21 11:40:31 +00:00
Brian Hackett
a8092e384a
Remove JSObject::containsSlot, bug 710516. r=luke
2011-12-21 06:31:11 -08:00
Tim Taubert
05800f5c13
merge m-c to fx-team
2011-12-21 10:38:31 +01:00
Phil Ringnalda
97b9a83fac
Bug 624621 - mark the test as failing on remote-jsreftests, where the message talks about the IP address and port rather than 'file://', r=mbrubeck
...
--HG--
extra : rebase_source : b47dba67a0c4325b3c8adb790d98891fea82639b
2011-12-20 21:58:43 -08:00
Matt Brubeck
83d4c9fc09
Bug 712506 - Fix urlbar end-cap backgrounds on XHDPI devices [r=mfinkle]
...
--HG--
extra : rebase_source : fd4801cb206a0abd6f16f11bb20970c9ca3a72f6
2011-12-20 21:18:14 -08:00
Patrick Walton
ee0ce3f70a
Bug 712527 - Save and restore the deck's selected panel when removing a tab. r=mfinkle
2011-12-20 21:13:20 -08:00
Makoto Kato
33673fb525
Bug 712198 - Remove NS_WIN32, NS_UNIX and NS_OS2. r=khuey
2011-12-21 14:09:17 +09:00
Doug Turner
5aac39b41c
Bug 712358 - Enable asynchronous I/O sqlite backend. This should improvement perf, but not preserve the durable property. The plan is to collect data only on m-c. if the data looks good, then we should consider uplifting. If the data doesn't look good, we back out. r=taras/blassey
2011-12-20 21:04:26 -08:00
Alex Pakhotin
98c6de380a
Bug 705939 - Enter key pressed in the Awesome Bar does not open an URL sometimes. r=blassey
2011-12-20 19:44:17 -08:00
Luke Wagner
064d012384
Bug 711273 - rm cruft: JS_REQUIRES_STACK, find-child.py, jsstack.js, fallibility of ClonedBlockObject::put/UnwindScope (r=waldo)
2011-12-20 17:31:28 -08:00
Luke Wagner
395fb00310
Bug 713311 - give the remaining scope objects typed interfaces (r=waldo)
...
--HG--
rename : js/src/vm/CallObject-inl.h => js/src/vm/ScopeObject-inl.h
rename : js/src/vm/CallObject.cpp => js/src/vm/ScopeObject.cpp
rename : js/src/vm/CallObject.h => js/src/vm/ScopeObject.h
extra : rebase_source : 0efa6c9ac4ceb10f48fe7ee7b199333da2b54cd9
2012-01-02 15:02:05 -08:00
Jeff Walden
a6c3bde2ab
Bug 714264 - Move declarations around such that it's possible to include jsprvtd.h before Vector.h or HashTable.h. r=luke
...
--HG--
extra : rebase_source : e981944be5edf5c772df986d0898494b9bc53a3e
2012-01-02 16:34:25 -06:00
Jeff Walden
8696b441c0
Make vm/Unicode.h not include jsstr.h just for jschar and a couple <stdint.h> types. No bug, r=mozbot
...
--HG--
extra : rebase_source : acc00e217e99e33c92fa36832844ceb8550664c2
2012-01-02 14:22:54 -06:00
Kartikaya Gupta
a36adcca90
Bug 713586 - Robustify against undetected race conditions. r=pcwalton
...
The exception in bug 713586 can only occur if there are race conditions
in the PanZoomController that we haven't fixed yet. Until the race conditions
are fixed, we can robustify the code from dying horribly by making
the bounce-related variables local to the BounceRunnable, so that
different BounceRunnables running concurrently don't interfere with each
other.
2012-01-02 19:06:49 -05:00
Jeff Muizelaar
8a457ae88d
Bug 714649. Make ExpirationTrackerObserver final. r=roc
...
This deals with the warning about virtual destructors and will probably let us
devirtualize the call to ->Destroy()
2012-01-02 12:23:00 -05:00
Jan de Mooij
055a9cb3bf
Bug 714607 - Make jit-test/tests/basic/bug680217.js run faster. r=bhackett
2012-01-02 22:41:49 +01:00
Henri Sivonen
757bd59f6a
Bug 708620 - Whine to console when a form is submitted in an encoding that cannot represent all of Unicode. r=smaug.
2012-01-02 16:18:30 +02:00
Henri Sivonen
cf55919ff8
Bug 711049 - Adjust MathML text integration point treatment to comply with spec changes. rs=smaug.
2012-01-02 16:18:29 +02:00
Henri Sivonen
9f90e9e4dc
Bug 711052 - Make <rp> and <rt> handling match spec edits. r=smaug.
2012-01-02 16:18:29 +02:00
Richard Newman
e731c74548
Bug 700000 - Bump Sync version.
2011-12-20 15:19:14 -08:00
Sriram Ramasubramanian
ea10264914
Bug 711428: Awesomescreen tab indicators needs to be curved [r=mfinkle]
2011-12-20 12:53:56 -08:00
Ed Morley
b9782be784
Merge mozilla-central to mozilla-inbound
2011-12-21 12:15:42 +00:00
Masayuki Nakano
228fad0b19
Bug 698949 Editor should refuse untrusted keypress event r=smaug
2011-12-21 21:11:36 +09:00
Ed Morley
6ed3e33bab
Backout ac9fac23227a (bug 712380) for causing native Android build failures
2011-12-21 11:29:41 +00:00
Ginn Chen
462ab43241
Bug 619002 Remove the warning message with atk < 1.32 r=tbsaunde
2011-12-21 19:26:08 +08:00
Ginn Chen
65d967bfaa
Bug 702179 dtrace probes are not installed on Solaris with static js lib r=glandium (reland with additional fix from Mike Hommey)
2011-12-21 19:25:31 +08:00
Ed Morley
f246894e68
Backout 640682cbaebc (bug 704588) for failing to build
2011-12-21 11:06:24 +00:00
Steffen Wilberg
b808da0f3f
Bug 704588: New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle
2011-12-21 09:52:39 +01:00
Brad Lassey
c0f775010f
bug 712300 - Checkerboard over about:home footer area r=mfinkle
2011-12-21 00:17:19 -05:00
Brad Lassey
a6bcd0cfcb
bug 712536 - null pointer crash when rotating about:home r=mfinkle
2011-12-21 00:17:16 -05:00
Brad Lassey
f102d9d930
bug 712380 - Add support for clobbering the Android resources when needed r=mfinkle
2011-12-20 22:56:15 -05:00
Olli Pettay
c35f7bb3a9
Bug 711841, Null(C)String(), r=bsmedberg,glandium
2011-12-20 21:46:00 +02:00
Kenny Heaton
8beeb12829
Bug 684546 - The Scratchpad editor's undo/redo state is preserved across file loads. r=msucan
2011-12-20 20:03:16 +02:00
Jignesh Kakadiya
9a9927da80
Bug 583816 - Tab should not move to the page when there's nothing to complete in the Web Console. r=msucan,rcampbell
2011-12-20 19:49:39 +02: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