Commit Graph

863 Commits

Author SHA1 Message Date
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
Kartikaya Gupta
9d6fcd0400 Bug 792143 - Add a field to track when tabs were last touched, so we can zombify tabs that haven't been seen in a while. r=mfinkle 2012-10-19 11:46:55 -04:00
Wes Johnston
c3cc8ea3d6 backout a5dbfe84e178 and 1adde03021f9 2012-10-18 16:33:17 -07:00
Wes Johnston
b2109ee837 Bug 708048 - Use highlight element for context menu title. r=kats 2012-10-18 15:02:37 -07:00
Wes Johnston
44d34b00cc Bug 788073 - Use platform touch fluffing on Android. r=kats 2012-10-18 15:00:33 -07:00
Mark Finkle
0050e21674 Bug 712772 - Need an option to vibrate on long-tap only r=wesj 2012-10-18 15:13:16 -04:00
Kartikaya Gupta
ec13917288 Bug 799094 - Clip text selection handles by containing iframes. r=margaret 2012-10-18 13:41:40 -04:00
Kartikaya Gupta
72f3df93e1 Bug 799094 - Move text selection handles when scrolling a subdocument with a text selection. r=margaret 2012-10-18 13:41:24 -04:00
Brian Nicholson
13237d7b5c Bug 802881 - Use correct tab for getting background color. r=kats 2012-10-18 00:03:58 -07:00
Brian Nicholson
a16203f43b Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle 2012-10-15 10:40:16 -07:00
Brian Nicholson
ecbf699b97 Backout e7208eeb05da for Android failures
--HG--
extra : rebase_source : e5dcd6557448265a2c6f9cf7588792b6f5b4f045
2012-10-15 13:16:06 -07:00
Brian Nicholson
2cc72b1fab Bug 800199 - Stub initial tab before Gecko starts. r=mfinkle 2012-10-15 10:40:16 -07:00
Mark Finkle
cbd9e80292 Bug 800373 - Change marketplace strings to 'Firefox Marketplace' r=wesj 2012-10-13 11:18:18 -04:00
Kartikaya Gupta
1a429db74c Bug 799476 - Remove MemoryObserver dumping code in favour of using core gecko code. r=mfinkle 2012-10-13 08:54:50 -04:00
Brian Nicholson
0b2cfe9f77 Bug 798280 - Follow-up for using PrivateBrowsingUtils. r=ehsan 2012-10-12 10:27:07 -07:00
Scott Johnson
8589181d90 Bug 799194: Add an initial query of the reflow-on-zoom preference to preserve user's choice from previous session. [r=mfinkle] 2012-10-11 16:20:27 -05:00
Brian Nicholson
d13257e1a5 Bug 798280 - Pass privacy status to addDownload() in saveAsPDF. r=mfinkle 2012-10-11 13:59:34 -07:00
Kartikaya Gupta
7c7904a433 Bug 794479 - Add a NativeWindow API to load java code. r=mfinkle 2012-10-09 15:20:36 -04:00
Brian Nicholson
52b48af9a0 Bug 582244 - Part 1: Bare bones PB implementation. r=mfinkle 2012-10-09 11:26:33 -07:00
Brian Nicholson
a9cc4f7162 Bug 797075 - Part 2: Implement Java-side tab stubs. r=mfinkle
--HG--
extra : rebase_source : bccdcdc7ac08fa0ee5591fc102efbfccd90a6a6a
2012-10-05 14:53:44 -07:00
Brian Nicholson
06c7c73531 Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle
--HG--
extra : rebase_source : 05466908b2148224b2ff45c6eebd08bcf6dc5f18
2012-10-05 14:51:18 -07:00
Wes Johnston
05cf888bd5 Bug 799221 - Remove marketplace as an app. r=mfinkle 2012-10-09 10:38:30 -07:00
Brian Nicholson
05574eeb76 Bug 799015 - Use correct syntax for findClass() in JNI. r=wesj 2012-10-08 10:23:27 -07:00
Brian Nicholson
d6318a0457 Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
e43185f1ee Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
bf2365d9ed Backed out changesets c644dacaf9a9 and 454ec577c741 2012-10-05 16:36:15 -07:00
Mark Finkle
f66eef0fb1 Bug 784157 - Google Play Campaign Tracking: Better distribution pref handling, r=blassey r=bnicholson 2012-10-05 18:11:34 -04:00
Brian Nicholson
78de862116 Bug 797075 - Part 2: Implement Java-side tab stubs. r=mfinkle 2012-10-05 14:53:44 -07:00
Brian Nicholson
c6f2124145 Bug 797075 - Part 1: loadUrl() cleanup. r=mfinkle 2012-10-05 14:51:18 -07:00
Scott Johnson
c63cb123cd Bug 710298: Support reflow-on-zoom by limiting the max line box width after zooming in on mobile. [r=blassey] 2012-10-04 14:41:46 -05:00
Josh Matthews
f56c4d461a Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Ryan VanderMeulen
d3510ae5f7 Backout e5269e137290, (bug 794606), e94dbc151121 (bug 794602), and 0ea0cfc7f6f4 (bug 792821) due to mochitest-other orange on a CLOSED TREE. 2012-10-04 19:34:19 -04:00
Josh Matthews
fe1c85126f Bug 794602 - Make nsWebBrowserPersist::SaveURIInternal use channels with valid privacy statuses. r=bz,mfinkle,smaug,ehsan,jwalker,roc,unfocused 2012-10-04 15:07:51 -04:00
Gian-Carlo Pascutto
0565487fa1 Bug 741808 - Enable SafeBrowsing on Fennec. For real. r=mfinkle 2012-10-04 16:23:34 +02:00
Josh Matthews
1c61b4bca6 Bug 795065 - Add privacy status to nsDownload. r=mak sr=bz 2012-10-03 13:10:20 -04:00
Fabrice Desré
69bc1cd6ea Bug 796217 - Refactor Webapps.jsm and related files - Part 1: move DOMApplicationManifest outside of Webapps.jsm [r=gwagner] 2012-10-02 22:38:03 -07:00
Brian Nicholson
7a7a274be4 Backout 580f710a84e8, ecaff73e5a63 for rc failures 2012-10-02 13:12:17 -07:00
Brian Nicholson
0a92bd7a42 Bug 769145 - Part 4: Add search suggestions opt-in prompt. r=mfinkle 2012-10-02 10:51:48 -07:00
Brian Nicholson
ba6cea7971 Bug 769145 - Part 3: Add mSuggestionsEnabled boolean. r=mfinkle 2012-10-02 10:51:48 -07:00
Tim Taubert
f824f55136 merge m-c to fx-team 2012-10-02 09:59:18 +02:00