Commit Graph

912 Commits

Author SHA1 Message Date
Kartikaya Gupta
2b7994071a Bug 813204 - Don't send multiple hasTouchListener events for the same document. r=wesj 2012-11-21 15:15:40 -05:00
Chris Lord
26ab25e0a5 Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 22:34:19 +00:00
Ehsan Akhgari
a1ca146c7c Backed out 11 changesets (bug 783368) because of build bustage on a CLOSED TREE
Backed out changeset 2bc4310263c4 (bug 783368)
Backed out changeset a35c83a8d99d (bug 783368)
Backed out changeset afb9b2a661ba (bug 783368)
Backed out changeset 3926f510f9be (bug 783368)
Backed out changeset 9d1fe200ff87 (bug 783368)
Backed out changeset b6e4f88f5730 (bug 783368)
Backed out changeset bc53f7dba7c6 (bug 783368)
Backed out changeset 1948fa2fccc1 (bug 783368)
Backed out changeset 9af163388fd1 (bug 783368)
Backed out changeset 7a2256e1aa7c (bug 783368)
Backed out changeset 4da1958a9885 (bug 783368)
2012-11-21 14:57:02 -05:00
Chris Lord
a66bf654b5 Bug 783368 - Add a low precision buffer to tiled thebes layers. r=bgirard,kats
If there is a critical display port set, render the area outside it into a
lower precision buffer.
2012-11-21 19:16:52 +00:00
Kartikaya Gupta
7e89c14768 Bug 813640 - Split out the user event handlers into a separate function for clarity. r=jwir3 2012-11-20 13:32:22 -05:00
Kartikaya Gupta
92bf35b49f Bug 813616 - Ensure the reflow-on-zoom pref change is picked up even while the content document is not visible. r=jwir3 2012-11-20 12:51:39 -05:00
David Keeler
0be5391d8d Bug 800018 - Part 3 - Move plugin fallback events handling entirely to the front-end (Fennec). r=margaret 2012-11-19 11:38:04 -08:00
C. Scott Ananian
c77a8b3fb1 Bug 805565 - Allow unlimited indexedDB and appcache for Android web apps. r=wjohnston 2012-10-25 15:44:21 -04:00
Brian Nicholson
cfee24197f Bug 811445 - Part 1: Use history_with_favicons view for Add Search Engine. r=mfinkle 2012-11-16 10:39:42 -08:00
Lucas Rocha
70b96b83d8 Bug 802549 - Avoid showing dropdown while fading toolbar out (r=mfinkle) 2012-11-16 16:32:17 +00:00
Brian Nicholson
5c832ba3a2 Bug 811559 - Fix form element loop for adding search engines. r=mfinkle 2012-11-15 00:00:23 -08:00
Josh Matthews
164359236e Bug 804655 - Part 2: Wrap up interface aggregator callbacks with a target thread on which they should be released. r=mayhemer 2012-11-14 16:00:44 +00:00
Kartikaya Gupta
ec4cffd3ed Bug 811545 - Turn off reader mode logging. r=bnicholson 2012-11-13 16:54:42 -08:00
Tetsuharu OHZEKI
22a1ee6347 Bug 810794 - Enable to config 'network.cookie.cookieBehavior'. r=mleibovic 2012-11-13 18:58:49 -05:00
Wes Johnston
a7b2b8d998 Bug 810048 - Show filename as title for downloads. r=mleibovic 2012-11-12 09:38:34 -08:00
Brian Smith
6a43df62c6 Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 20:49:29 -08:00
Brian Smith
b78a4cfb46 backout cset b36d5c933092 due to orange 2012-11-10 19:09:07 -08:00
Brian Smith
741fc10ba2 Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Wes Johnston
07037ced60 Bug 757208 - Don't move mousepoints for zero width and height elements. r=mfinkle 2012-11-08 15:51:52 -08:00
Ehsan Akhgari
3f8a9cbba3 Bug 807316 - Import PrivateBrowsingUtils.jsm lazily on Android; r=bnicholson 2012-11-08 15:23:19 -05:00
Brian Nicholson
408a07c8e1 Bug 722661 - Prevent animation of restored OOM tabs. r=mfinkle 2012-11-07 18:34:54 -08:00
Kartikaya Gupta
9ae84007cb Bug 808003 - Add a few telemetry probes to help tune tab zombification parameters. r=gcp, mfinkle 2012-11-07 10:00:48 -05:00
Kartikaya Gupta
ebecbf3dd0 Bug 808003 - Refactor the code to add telemetry probes in browser.js. r=gcp 2012-11-07 10:00:48 -05:00
Phil Ringnalda
9015923c81 Back out 0b25e27d0a35 (bug 784759) and 5266d6af1b81 (bug 786061) for bustage 2012-11-05 21:16:45 -08:00
Wes Johnston
cba3545659 Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Ehsan Akhgari
b44bcf38f4 Backed out changeset 57d9fa15f3e1 (bug 784759) for Android build bustage 2012-11-05 21:37:03 -05:00
Wes Johnston
a152ebf1a6 Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Wes Johnston
7bd63cad79 Bug 807872 - Add telemetry probes for database seizes. r=gcp 2012-11-02 17:44:20 -07:00
Kartikaya Gupta
2bd2fe4b2c Bug 803575 - Enable preemptive tab zombification in low-memory conditions. r=mfinkle 2012-11-02 11:02:59 -04:00
pushkarsingh
6004d8da7d Bug 700678 - Exit full screen mode when the app goes into the background.r=margaret 2012-11-01 09:43:47 -07:00
Sriram Ramasubramanian
473cc0782f Bug 783092: LightweightTheme support in browser.js for Fennec. [r=mfinkle] 2012-10-31 22:09:40 -07:00
Sriram Ramasubramanian
ffcab8f6a6 Bug 779930: Reflect the images for RTL. [r=wesj, r=mfinkle]
--HG--
extra : rebase_source : 7f5dc4524f3f049c2031fa78f8c13469bffee649
2012-10-31 21:49:15 -07:00
Sriram Ramasubramanian
34d574b3f2 Bug 779930: RTL text handles don't flip over. [r=wesj, r=mfinkle]
--HG--
extra : rebase_source : acab202846e23d232749571be61862e317135cd8
2012-10-31 15:52:47 -07:00
Ed Morley
403e0dfe0c Backout 533faa3c50ed, 718abc1bd4ad, af2d5272c06b, ad5554e1345d, c9ef1b41b829, d3a825311d11, 0a51bcb3eb9e, a01a327e8ec4, 973b0ed30b8b, 39851bbcfaa1 & a92d2d2a3b0e (bug 805162), d4884aab5ce6, 06fcbaf40cb4, daccc3fe7c70, 881eb2a2906e, 76232441ae06, 01ae34fa1b3f & 5f405fc4e323 (bug 783092), a03d8d4db1c2, 49beb3801192, 174634554a97, 0bd27e755a83, 19e8f151ca67, a6604e038bc0, ed3b8237e76e & 082cf8d72554 (bug 785945) for bustage or conflicting with backout of said bustage on a CLOSED TREE 2012-11-01 00:16:35 +00:00
Sriram Ramasubramanian
19e4e20005 Bug 783092: LightweightTheme support in browser.js for Fennec. [r=mfinkle]
--HG--
extra : rebase_source : 0b07e77f96cd932fa395337dc20ab5de7e02578e
2012-10-31 11:02:45 -07:00
Scott Johnson
16749dd535 Bug 792420: Make text unselectable in reader mode toolbar menu. [r=wesj,lucasr] 2012-10-31 11:13:27 -05:00
Brian Nicholson
3649547789 Bug 781259 - Move DoorHangerPopup code to UI thread. r=mfinkle 2012-10-30 10:31:29 -07:00
Kartikaya Gupta
be5ffce036 Bug 806473 - Update browser.js to use nsIMemoryInfoDumper instead of nsIMemoryReporterManager. r=jlebar 2012-10-29 20:41:14 -04:00
Brian Nicholson
6cbaa2ba4f Bug 722661 - Part 4: Remove restoreMode command line argument. r=mfinkle 2012-10-29 16:34:29 -07:00
Brian Nicholson
6a16c03043 Bug 722661 - Part 2: Stub tabs in Java when doing an OOM restore. r=mfinkle 2012-10-29 16:34:29 -07:00
Josh Matthews
44336d0465 Bug 723002 - Determine privacy status from provided nsILoadContext in ContentPrefService. r=ehsan 2012-06-30 07:50:07 -07:00
Josh Matthews
c0907396fc Bug 769283 - Add a separate HTTP auth cache for private channels. r=mayhemer 2012-10-29 16:20:03 -04:00
Kartikaya Gupta
59c8bb7e42 Bug 805808 - Initialize _activeType to 0 instead of undefined. r=margaret 2012-10-27 14:08:36 -04:00
Santtu Lakkala
c0ed33ddba Bug 802544: Skip plugin remember click-to-play checkbox for pages without host. r=margaret 2012-10-26 22:09:11 +03:00
Scott Johnson
5593f352b8 Bug 799333: Make reflow-on-zoom reset after a double-tap to zoom out. [r=blassey] 2012-10-25 10:40:30 -05:00
Kartikaya Gupta
d885a0d22d Bug 802640 - Extract a method for touchstart event handling. r=wesj 2012-10-23 17:51:22 -04:00
Kartikaya Gupta
a5f16ca5a9 Bug 802640 - Break out a zoomToElement function from the DoubleTap handler. r=wesj 2012-10-23 17:51:22 -04:00
Mark Finkle
e363fce1f4 Bug 801630 - random cleanup in exception.js r=bnicholson 2012-10-22 18:10:17 -04:00
Mark Finkle
b53efa1cc6 Bug 801630 - exception.js makes use of the global Private Browsing service to make decisions r=ehsan 2012-10-22 18:10:16 -04:00
Kartikaya Gupta
68f05dd066 Bug 792143 - Zombify the LRU tab when a new tab is opened, subject to the zombieTime pref. r=mfinkle 2012-10-19 11:47:26 -04:00