Commit Graph

83383 Commits

Author SHA1 Message Date
Myk Melez
8b58c39b05 no bug - update revision of Add-on SDK being tested; test-only 2011-12-21 16:55:27 -08:00
Brad Lassey
9996032099 bug 712787 - remove showScreenshot (dead code) r=dougt 2011-12-21 18:01:57 -05:00
Ed Morley
007cafabc1 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-21 20:31:10 +00:00
Richard Newman
8bb119825d Bug 709391 - hide Sync setup task in Launcher, make syncs return immediately. a=java-only. 2011-12-21 08:44:08 -08:00
Richard Newman
2d22741616 Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only 2011-12-21 08:44:08 -08:00
Richard Newman
b8fe24742a Bug 709391 - Part 3: Makefile changes to preprocess sync_syncadapter.xml. r=blassey 2011-12-21 08:44:06 -08:00
Richard Newman
1c44779f1b Bug 709391 - Part 2: l10n build changes to include Sync strings. r=blassey, f=Pike 2011-12-21 08:44:06 -08:00
Richard Newman
02b4531191 Bug 709391 - Part 1: implement in-Fennec Android Sync shipping solution. r=blassey 2011-12-21 08:44:06 -08:00
Jim Mathies
1846653639 Bug 711654 - Fix for new vista+ file pickers inability to correctly process uri for input paths. r=bbondy 2011-12-21 10:27:23 -06:00
Paul Rouget
496db57c3d Bug 711851 - Add a noise background to the devtools toolbars on Mac OSX; r=dao 2011-12-21 17:07:30 +01:00
Cedric Vivier
68d33eb1a1 Bug 712887 - Style Editor should always show the Save button on the currently edited style sheet; r=prouget 2011-12-22 17:15:00 +08:00
Victor Porof
8b643ac1e4 Bug 712286 - Tilt continues rotating without any keyboard or mouse actions; r=rcampbell 2011-12-22 12:51:57 +02:00
Margaret Leibovic
858cee75ef Bug 711595 - Request desktop site should be disabled for the same URIs as share. r=mfinkle 2011-12-21 08:05:38 -08:00
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