Richard Newman
b2cbbc1a9d
Bug 1041866 - Enable arithmetic optimization in proguard.cfg. r=mfinkle
...
Arithmetic optimization hasn't been a problem since Donut, so we're well past
the point of supporting it. Optimize away!
2014-07-23 08:34:00 -07:00
Carsten "Tomcat" Book
87f704d25c
merge fx-team to mozilla-central a=merge
2014-07-23 16:05:22 +02:00
Nick Alexander
1c81633de4
Bug 948465 - Part 2: Tests. r=mfinkle
2014-07-22 21:41:54 -07:00
Nick Alexander
16a27e624a
Bug 948465 - Part 1: Register resource://android/ pointing to Fennec APK root. r=mfinkle
...
Consumers can access Android assets (and resources) by using
resource://android/assets/FILENAME.
The resource substitution is registered at app-startup time so that the
substitution is in place before any add-on has started up: as documented
at [1], "[an] add-on will not receive xpcom-startup or app-startup
notifications".
[1] https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XPCOM/Guide/Receiving_startup_notifications
2014-07-22 21:41:53 -07:00
Margaret Leibovic
5117d11359
Bug 1041641 - Disable SearchFragment mainView click listener when creating view. r=eedens
2014-07-22 17:02:23 -07:00
Margaret Leibovic
b9faa69290
Bug 1041026 - Move search bar logic into custom view. r=eedens
2014-07-22 17:02:20 -07:00
Chris Kitching
a538bfc7b0
Bug 1041906 Use AtomicReference for GeckoThread LaunchState. r=rnewman
2014-07-22 15:49:00 -07:00
Myk Melez
c4be424f79
Bug 778279 - support multiple apps per origin in Android web runtime; r=mfinkle
2014-07-22 12:52:45 -07:00
Eric Edens
e3093a68ae
Bug 1040994 - Add LIMIT support for search history content provider. r=rnewman
...
--HG--
extra : rebase_source : b210034222a4a47d23a441a1915461374827471e
2014-07-21 13:36:23 -07:00
Wes Kocher
be4af0e0fd
Merge m-c to inbound
2014-07-22 18:39:17 -07:00
Wes Kocher
7c2f1b4d73
Merge fx-team to m-c a=merge
2014-07-22 18:05:18 -07:00
Ed Morley
8665d76e41
Merge mozilla-central and inbound
2014-07-22 17:30:16 +01:00
Ben Hearsum
b4f5527b86
bug 1042078: fix fennec mozconfig ordering. r=rail, a=bustage
...
--HG--
extra : transplant_source : %1EH%C3%05%02%FD%B9CK%80%8B%D56%DF%82%9E%C2%19%28%A6
2014-07-22 10:55:47 -04:00
Margaret Leibovic
49855763c7
Bug 1029682 - (Part 2) Style search term match in search suggestions. r=eedens
2014-07-21 17:57:00 -07:00
Margaret Leibovic
589d0ae7c8
Bug 1029682 - (Part 1) Remove AutoCompleteRowView. r=eedens
2014-07-21 17:56:57 -07:00
Wes Kocher
235bacd40e
Merge fx-team to mozilla-central a=merge
2014-07-21 17:25:48 -07:00
Nick Alexander
ba82bc90ba
Bug 1041770 - Update missed reference. r=mrbkap
...
This was oversight from the landing of Bug 952201. It manifested as:
E GeckoConsole(5812) [JavaScript Error: "win is undefined" {file: "chrome://browser/content/browser.js" line: 5978}]
when trying to install a blocked add-on.
2014-07-21 15:02:38 -07:00
ffxbld
13e1f93153
Update configs. IGNORE BROKEN CHANGESETS CLOSED TREE NO BUG a=release ba=release
2014-07-21 14:19:15 -07:00
Nick Alexander
9788f0c902
Bug 1019719 - Follow-up. r=me
2014-07-21 12:41:20 -07:00
Richard Newman
f593604fab
Bug 1040806 - Default bookmark favicons are not displayed after browser restart. r=margaret
2014-07-21 12:30:45 -07:00
Bryan Kok
bc1dc47d08
Bug 1019719 - Localize the Sync client name. r=nalexander
2014-07-21 11:13:24 -07:00
Richard Newman
e782441df2
Bug 1018240 - Part 2: invalidate BrowserSearch engine list when locale has changed. r=bnicholson
2014-07-21 10:54:58 -07:00
Richard Newman
e30402298a
Bug 1041632 - Part 8: eliminate enclosing instance member access in PrefsHelper. r=ckitching
2014-07-21 10:24:15 -07:00
Richard Newman
651dc48d5e
Bug 1041632 - Part 7: make MemoryMonitor thread-safe. r=ckitching
2014-07-21 10:22:45 -07:00
Richard Newman
7a0edfa1f7
Bug 1041632 - Part 6: eliminate enclosing instance member access in LightweightTheme. r=ckitching
2014-07-21 10:21:54 -07:00
Richard Newman
de63c37681
Bug 1041632 - Part 5: eliminate enclosing instance member access in FormAssistPopup. r=ckitching
2014-07-21 10:20:22 -07:00
Richard Newman
b3deff235b
Bug 1041632 - Part 4: eliminate enclosing instance member access in FilePickerResultHandler. r=ckitching
2014-07-21 10:19:41 -07:00
Richard Newman
c22acea80c
Bug 1041632 - Part 3: eliminate enclosing instance member access in EditBookmarkDialog. r=ckitching
2014-07-21 10:18:17 -07:00
Richard Newman
0690cae468
Bug 1041632 - Part 2: eliminate enclosing instance member access of mProgressView in BrowserApp. r=ckitching
2014-07-21 10:16:43 -07:00
Richard Newman
18210cf724
Bug 1041632 - Part 1: eliminating enclosing instance member access in BaseGeckoInterface. r=ckitching
2014-07-21 10:16:42 -07:00
Wes Kocher
4b8133c27a
Merge m-c to fx-team
2014-07-21 17:39:05 -07:00
Eric Edens
4900031d8d
Bug 1022100: Update search activity to bind to search history content provider. r=margaret
2014-07-21 16:07:49 -07:00
Eric Edens
84f52b3715
Bug 1022100: Update search history content provider to set notification uri. r=margaret
2014-07-21 13:41:23 -07:00
Chenxia Liu
6346badd81
Bug 900692 - Part 2: Add tests for developer tools settings. r=mcomella
2014-07-19 19:57:31 -07:00
Mike Hommey
622bf09730
Bug 1041864 - Remove LIBRARY_NAMEs that aren't used. r=mshal
2014-07-23 08:39:56 +09:00
Trevor Saunders
dfb8d4ea04
bug 1036694 - merge nsIMarkupDocumentViewer into nsIContentViewer r=smaug
2014-07-09 17:27:49 -04:00
Chenxia Liu
ac3e2ed2a3
Bug 900692 - Part 1: Add paint flashing preference to Settings > Developer tools. r=lucasr
2013-10-15 16:40:00 -07:00
Wes Johnston
1a6ecfda8b
Bug 1001309 - Provide a way to clear private data on Exit. r=liuche, bnicholson, mcomella
2014-06-19 00:04:00 -07:00
Margaret Leibovic
1b9a646e9f
Bug 1022102 - Follow-up to fix review comment. r=eedens DONTBUILD
2014-07-18 16:51:59 -07:00
Margaret Leibovic
59a425ffb9
Bug 1022102 - Polish search bar interaction and styling. r=eedens
2014-07-18 16:49:32 -07:00
Richard Newman
7345743ca4
Bug 1017242 - Part D: remove API 8 code from BrowserDatabaseHelper. r=margaret
2014-07-18 16:47:10 -07:00
Richard Newman
9f2d1d4339
Bug 1017242 - Part C: remove API 8 code from GeckoEvent. r=mfinkle
2014-07-18 16:47:10 -07:00
Richard Newman
6af6828476
Bug 1017242 - Part B: remove API 8 code from toolbar. r=mfinkle
2014-07-18 16:47:10 -07:00
Richard Newman
957cdc5c8e
Bug 1017242 - Part A: remove API 8 code from webapp Allocator. r=myk
2014-07-18 16:47:10 -07:00
Richard Newman
cfdf8c593a
Bug 1017242 - Part 9: remove API 8 code from SysInfo. r=mfinkle
2014-07-18 16:47:09 -07:00
Richard Newman
865346588d
Bug 1017242 - Part 8: remove API 8 code from CrashReporter. r=mfinkle
2014-07-18 16:47:09 -07:00
Richard Newman
007c1098bc
Bug 1017242 - Part 7: remove API 8 code from GeckoSharedPrefs. r=mcomella
2014-07-18 16:47:09 -07:00
Richard Newman
b6a348dc2c
Bug 1017242 - Part 6: remove API 8 code from BrowserHealthRecorder. r=mcomella
2014-07-18 16:47:09 -07:00
Richard Newman
78ac997a72
Bug 1017242 - Part 5: remove API 8 code from gamepad code. r=kats
2014-07-18 16:47:08 -07:00
Richard Newman
04ad83c391
Bug 1017242 - Part 4: remove API 8 code from GeckoAppShell. r=kats
2014-07-18 16:47:08 -07:00