Commit Graph

78488 Commits

Author SHA1 Message Date
Matt Brubeck
45e83682bf Bug 694622 - [birch] Handle links from other apps on the command line [r=mfinkle] 2011-10-14 19:58:04 -07:00
Fabrice Desré
39a5e34d1b Missed the fix to nsNavHistory for places 2011-10-14 17:02:14 -07:00
Fabrice Desré
3a92928e56 Try to not bust non-android builds 2011-10-14 16:44:47 -07:00
Kartikaya Gupta
cf4faa2bd4 Bug 694334 - Make the mainLayout and geckoLayout variables in GeckoApp private and non-static; move the only code that uses it into GeckoApp from GeckoAppShell 2011-10-14 17:11:14 -04:00
Kartikaya Gupta
f019ceb25d Bug 694334 - Make the awesomebar, favicon, and progressbar private and non-static in GeckoApp; move the only code that uses it into GeckoApp from GeckoAppShell 2011-10-14 17:11:14 -04:00
Kartikaya Gupta
4e2f06b873 Bug 694334 - Fix bug introduced in 7f874fcc92c4 that caused the session history to be lost on rotations [r=lucasr] 2011-10-14 16:45:15 -04:00
Kartikaya Gupta
11c243e412 Bug 694334 - Minor touchups to 7f874fcc92c4: fix copy/pasted copyright block and expand glob imports to individual imports [r=lucasr] 2011-10-14 14:44:59 -04:00
Matt Brubeck
d81342ca87 Back out dccf0928f904 because it broke URL loading 2011-10-14 13:19:07 -07:00
Mark Finkle
117ec0a9c2 Bug 694637 - [birch] Add basic DOMTitleChanged and DOMLinkAdded support r=bnicholson 2011-10-14 16:07:17 -04:00
Matt Brubeck
95195fd5f3 Bug 694622 - [birch] Update application ID for command-line handler registration [r=fabrice] 2011-10-14 12:08:58 -07:00
Doug Turner
fb892c27f8 moving setting browser.last.uri into DOMContentLoaded. removing hideLoadingScreen message 2011-10-14 11:23:41 -07:00
Doug Turner
e9253c0c52 Fixing error in handleEvent
--HG--
extra : rebase_source : 7da570175e340eb1776e0f36366b9c3e75b95517
2011-10-14 10:56:52 -07:00
Doug Turner
7093994409 Merge from mozilla-central 2011-10-14 10:22:33 -07:00
Gian-Carlo Pascutto
87affb2741 Fix libs being included twice in APK. (Faulty merge of bug 686876) r=mfinkle 2011-10-14 17:52:50 +02:00
Ehsan Akhgari
6662a5197b Merge the last green changeset on mozilla-inbound to mozilla-central 2011-10-14 10:37:35 -04:00
Benoit Jacob
6831dd8707 Bug 638328 - fix bug in assertion, bad usage of queryinterface - r=roc
do_QueryInterface itself doesn't assign to the nsresult, have to assign to a nsCOMPtr
2011-10-14 10:01:15 -04:00
Rob Campbell
fe141f7cbd backout ba23b2987f38, Bug 679753 - Scratchpad could probably do without the status bar; a=l10n 2011-10-14 09:29:45 -03:00
Henri Sivonen
14bfbcd946 Bug 619043 - Check for parser termination after flushing speculative loads. r=bzbarsky. 2011-10-14 13:39:19 +03:00
Henri Sivonen
f0d03766ac Bug 677050 - Return NS_ERROR_DOM_INVALID_STATE_ERR if fragment parsing is invoked re-entrantly. r=bzbarsky. 2011-10-14 13:39:19 +03:00
Chris Leary
420d2cbf78 Bug 673188 style followup. 2011-10-14 03:19:52 -07:00
Ed Morley
d959511237 Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-14 10:58:43 +01:00
John Hopkins
f75b31ef55 Bug 685442 - Mac nightly builders keep failing (typically upload_symbols step). r=ted 2011-10-13 22:48:32 -07:00
Doug Turner
de6d7af8e5 Typo 2011-10-13 21:13:01 -07:00
Doug Turner
9f2eda82ba Disable content sink prefs since we are now not e10s and these were tuned that way. 2011-10-13 20:45:49 -07:00
Doug Turner
c52fdf8908 We need to ensure that the last screen shot is written if we forcefully quit. 2011-10-13 20:21:09 -07:00
Doug Turner
e08d0b71b9 Move hiding last screen from onTouch to when the document finishes loading. This will change after the layer manager lands 2011-10-13 19:38:04 -07:00
Alexander Surkov
b16fce7a98 Bug 692608 - 'ASSERTION: Flush during accessible tree update' adding iframe, r=tbsaunde 2011-10-14 11:33:41 +09:00
Makoto Kato
c36e3136f1 Bug 693283 - cannot detect endian of Android x86 on libsydney. r=kinetik 2011-10-14 11:27:18 +09:00
Makoto Kato
2bb839d096 Bug 692689 - XRE_SendTestShellCommand returns NS_ERROR_FAILURE. r=bsmedberg 2011-10-14 11:23:12 +09:00
Fabrice Desré
f73815d99e Check index bounds in SessionHistory::getHistoryEntryAt() 2011-10-13 17:48:46 -07:00
Timothy B. Terriberry
4d4b16ce75 Bug 693057 - Add libvpx's encoder support (disabled), r=cpearce,khuey 2011-10-13 17:37:34 -07:00
Timothy B. Terriberry
ccbd7c0714 Bug 693057 - Add libvpx's error concealment support (disabled), r=cpearce,khuey 2011-10-13 17:37:29 -07:00
Timothy B. Terriberry
01e1f76f66 Bug 693057 - Upgrade libvpx decoder to v0.9.7-p1, r=cpearce,khuey
--HG--
rename : media/libvpx/vp8/common/filter_c.c => media/libvpx/vp8/common/filter.c
rename : media/libvpx/vpx_scale/generic/scalesystemdependant.c => media/libvpx/vpx_scale/generic/scalesystemdependent.c
2011-10-13 17:37:21 -07:00
Fabrice Desré
c2ec3288b0 StrictMode API is only available for API level >= 9 2011-10-13 17:35:12 -07:00
Brad Lassey
308b02f176 implement bookmarks UI r=dougt 2011-10-13 20:00:26 -04:00
Fabrice Desré
88634d9600 Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Alexander L. Slovesnik
d42a74deed Bug 694397 Fix typo from patch to bug 451250 r=Neil f=Pike
DONTBUILD
2011-10-14 00:12:24 +01:00
Doug Turner
39f8c1540b Disabling setting locale code. See bug 635342. This is probably not needed anymore. It costs about 145 ms at startup 2011-10-13 15:55:20 -07:00
Doug Turner
1c640d32e3 Remove cgroup handling. We no longer have a child process. Also, and more importantly, this code runs on the main thread. It takes about 1s to run. When we have extra processes, we should make sure that this runs on a new thread 2011-10-13 15:08:27 -07:00
Doug Turner
760ec09e12 Make sure that mStartupBitmap is loaded off of the main thread.
Also addes policy which dumps stacktraces to logcat if we are slow on the main thread.
2011-10-13 15:06:26 -07:00
Mark Finkle
ab171d47d4 Use camelCase for sendMessageToJava 2011-10-13 16:47:29 -04:00
Mark Finkle
85b033c734 Add basic support for multiple tabs/browsers 2011-10-13 16:06:41 -04:00
sriram@mozilla.com
15639c96f0 Use styles with XML layouts in Android 2011-10-13 12:22:26 -07:00
Christian Legnitto
2fab8c48e7 Bug 689679 - Add What's New page to the Firefox Update Experience (backs out bug 685727), DONTBUILD 2011-10-13 12:12:47 -07:00
Doug Turner
599b7bcc05 Add KEYCODE_MENU key handling to GeckoSurfaceView 2011-10-13 12:08:42 -07:00
Doug Turner
b15185f516 Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Sriram Ramasubramanian
f01e048b20 Menu's xml needs to be added in Makefile.in 2011-10-13 11:02:43 -07:00
Rob Campbell
33252f7dd8 merge fx-team to m-c 2011-10-13 13:40:01 -03:00
Chris Lord
6395a7ca9a Implement kinetic panning
Implement simple kinetic panning. This doesn't change how the document is
scrolled, so scrolling iframes and overflow divs still doesn't work.
2011-10-13 11:13:59 -04:00
Kartikaya Gupta
1815f22d0c Evacuate the session history stuff from GeckoApp for better encapsulation, and to make fewer things static 2011-10-13 07:18:33 -07:00