Граф коммитов

255754 Коммитов

Автор SHA1 Сообщение Дата
Brad Lassey c5c342b6a8 implement bookmarks UI r=dougt 2011-10-13 20:00:26 -04:00
Fabrice Desré 2c9cb382ff Camera support for birch - using default Android camera app 2011-10-13 16:52:43 -07:00
Doug Turner 509173b567 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 5f5532169a 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 e347868344 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 6f83fa95e9 Use camelCase for sendMessageToJava 2011-10-13 16:47:29 -04:00
Mark Finkle e4f5c0c426 Add basic support for multiple tabs/browsers 2011-10-13 16:06:41 -04:00
sriram@mozilla.com 6d78265908 Use styles with XML layouts in Android 2011-10-13 12:22:26 -07:00
Doug Turner 24728e5b84 Add KEYCODE_MENU key handling to GeckoSurfaceView 2011-10-13 12:08:42 -07:00
Doug Turner 2148831b5e Hook up session history and reload. 2011-10-13 11:13:41 -07:00
Sriram Ramasubramanian 545c653462 Menu's xml needs to be added in Makefile.in 2011-10-13 11:02:43 -07:00
Chris Lord c2644cd10f 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 feb8de34b6 Evacuate the session history stuff from GeckoApp for better encapsulation, and to make fewer things static 2011-10-13 07:18:33 -07:00
Lucas Rocha 4d127712ca Don't use AbsoluteLayout.LayoutParams as it's deprecated (r=mfinkle)
Use the equivalent RelativeLayout.LayoutParams instead.
2011-10-13 14:41:57 +01:00
Lucas Rocha f166b1a672 Supress deprecation warnings for android.text.ClipboardManager (r=kats)
We're conditionally and intentionally using it on older Android versions.
2011-10-13 14:41:57 +01:00
Lucas Rocha e75d9be406 Remove unnecessary intermediate CharSequence variable (r=kats) 2011-10-13 14:41:57 +01:00
Doug Turner 261f2fecea Enables simple message passing from Java->Gecko using the nsIObserver. r=blassey 2011-10-12 21:53:43 -07:00
Mark Finkle 2cb6a66ba0 Bug 694136 - [birch] Refactor the browser JS and XUL files [r=fabrice r=kats] 2011-10-12 17:31:04 -04:00
Kartikaya Gupta d9e82d6fbb Make variables private/final for better encapsulation and to allow the compiler to optimize things better 2011-10-12 08:14:30 -07:00
Doug Turner cfd7c401e8 Force offline = false to ensure we go online. 2011-10-12 13:37:58 -07:00
Kartikaya Gupta 5329da1855 Remove == comparison of dynamic java strings, and also prevent collapsing empty strings in the clipboard to null r=mfinkle 2011-10-12 16:24:35 -04:00
Doug Turner 899db5353b Resize window when the keyboard is dimissed 2011-10-12 10:53:37 -07:00
Fabrice Desré 1b49296698 Change XUL appID 2011-10-12 10:39:06 -07:00
Lucas Rocha 208e7a551a Name AwesomeBarCursorAdapter private properties consistently (r=mfinkle) 2011-10-12 16:54:14 +01:00
Kartikaya Gupta 5106f36c4a Give the awesome bar a URI keyboard 2011-10-12 08:39:28 -07:00
Doug Turner 41b092049c During first run, or when the lastScreen.png is missing, we currently show a black screen. I am changing this to display a stock image with some text over it. We should think about exactly what we want to show here. 2011-10-11 22:08:42 -07:00
Doug Turner 2795e42225 Moving options menu from java to xml 2011-10-11 20:32:23 -07:00
Fabrice Desré 9bef82dae6 Use DOMTitleChanged to track title changes 2011-10-11 16:57:11 -07:00
Brian Nicholson 8b5fd4086d Replaced Threads with AsyncTasks 2011-10-11 11:11:38 -07:00
Brad Lassey 8d45fda683 cleaned up warnings 2011-10-11 13:09:44 -04:00
Brad Lassey 61d8a429d6 backed out dougt because nothing compiled 2011-10-11 13:09:43 -04:00
Doug Turner 99ec91b22d Too many class members that are not prefixed with m. Fixing that up. 2011-10-11 09:20:33 -07:00
Doug Turner 9547ac60f8 We disabled places by returning early when making the db connect. The link code is a very loud/frequent caller into places. Here we also bail early to avoid lots of getService calls and lots of debug spew. 2011-10-11 00:23:36 -07:00
Sriram Ramasubramanian ae3d04613b Update theme 2011-10-11 00:09:03 -07:00
Doug Turner a91516344f Let all javascript errors to to the nsConsoleService. This might be a perf hit, but i dont see it yet and it is *so* useful 2011-10-10 23:19:56 -07:00
Doug Turner 952b4094a1 Patch from https://github.com/snorp/mozilla-central faster branch. 2011-10-10 17:40:17 -07:00
Brad Lassey 0e5f5831f8 Backed out changeset 703df62e855b due to crashes reported in bug 693086 2011-10-10 11:00:16 -04:00
Matt Brubeck 1e001965f8 Back out d3b8c0394c5e, 701372c96a92, f2c16b13cf65, 367ff8c94636 (bug 683290, bug 684919, bug 685516) for Android reftest failures 2011-10-10 13:45:13 -07:00
Matt Brubeck 001c952c8a Merge last green changeset of mozilla-inbound to mozilla-central 2011-10-10 11:01:32 -07:00
Mark Finkle d9be7ab180 Bug 684826 - Last typed character from password field is not visible when password is filled in [r=blassey] 2011-10-10 10:52:06 -04:00
Brad Lassey f8154cb9d3 Backed out changeset c3a50afc2243 due to large volume of crashes tracked in bug 687367 2011-10-10 10:40:27 -04:00
Olli Pettay 086eedbed4 Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
--HG--
extra : rebase_source : af4c6bb330ee92b9ca2d3d9258b3e41ea1fae746
2011-10-10 19:21:48 +03:00
Olli Pettay ee2eec15f3 Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
--HG--
extra : rebase_source : 617c1329d2f863e01f8654da96736095152b5734
2011-10-10 14:42:55 +03:00
Olli Pettay 5feb87bacd Bug 691059, don't throw when setting interface.prototype.onmouseenter/leave, r=bz
--HG--
extra : rebase_source : 0bbc272f1389cda424334a9f5c804c9c70fe7815
2011-10-10 14:42:17 +03:00
Olli Pettay 26330fd753 Bug 689128, re-enable EventListenerService tests, add a null check, handle compartments, r=bz
--HG--
extra : rebase_source : a0254eecb59adabb94737f1ca12803b712698903
2011-10-10 13:38:14 +03:00
Matt Brubeck cfe560c34b Back out f7bf7ac18a79 (bug 684826), 3a910924c50c (bug 687367), and 524a6bb8744b (bug 693086) because of Android bustage on a CLOSED TREE 2011-10-10 09:43:58 -07:00
Kyle Huey a0231db826 Bug 683290: Make RasterImage::GetFrame actually honor the flags it is passed. r=bholley 2011-10-10 12:18:53 -04:00
Kyle Huey de5c7e5bdc Bug 683290: Allow images that are not in the document to be eligible for discarding. r=bz 2011-10-10 12:18:53 -04:00
Kyle Huey 27818dc34f Bug 684919: Add a template class for storing an nsCOMPtr and a flag together. r=jlebar sr=bsmedberg 2011-10-10 12:18:53 -04:00
Kyle Huey 443ad65ccf Bug 685516: Instead of decoding small images synchronously and large images asynchronously, always decode synchronously for some time, and post the remainder to the event loop if necessary. r=joe 2011-10-10 12:18:52 -04:00