Robert Strong
ff43876639
Mac v2 signing - Bug 1072554 - Remove update directories when running xpcshell tests. r=spohl
2014-09-29 11:52:59 -07:00
Robert Strong
d441a04b8a
Mac v2 signing - Bug 1071465 - old precomplete file is not removed on update. r=spohl
2014-09-29 11:52:48 -07:00
Robert Strong
5f62c99fe4
Mac v2 signing - Bug 1071134 - Fix command line help for updater. r=spohl
2014-09-29 11:52:44 -07:00
Robert Strong
ee9b0cb696
Mac v2 signing - Temporary workaround for Bug 1070148 - Copy maintenance service binary into its install directory when the installed binary is different. r=bbondy
2014-09-29 11:52:32 -07:00
Robert Strong
f6aad009a3
Mac v2 signing - Bug 1070661 - Error setting access/modification time on application bundle. r=spohl
2014-09-29 11:52:21 -07:00
Robert Strong
1b2658d18f
Mac v2 signing - Bug 1068439 - Move the distribution directory from Content/MacOS to Contents/Resources on app update due to v2 signing requirements. r=spohl
2014-09-29 11:52:18 -07:00
Robert Strong
898c627c71
Mac v2 signing - Bug 1058182 - Fix app update xpcshell tests due to the Mac v2 bundle structure. r=bbondy
2014-09-29 11:52:14 -07:00
Robert Strong
43f735be13
Mac v2 signing - Bug 1064523 - Create staging directory outside of the Mac bundle. r=bbondy
2014-09-29 11:52:08 -07:00
Robert Strong
1b5440b294
Mac v2 signing - Bug 1059567 - Packaging changes for the move of removed-files file from Contents/MacOS to Contents/Resources. r=bbondy, r=nthomas
...
--HG--
rename : tools/update-packaging/test/from-mac/Contents/MacOS/application.ini => tools/update-packaging/test/from-mac/Contents/Resources/application.ini
rename : tools/update-packaging/test/from-mac/Contents/MacOS/distribution/extensions/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/from-mac/Contents/Resources/distribution/extensions/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/extensions/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/from-mac/Contents/Resources/extensions/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/readme.txt => tools/update-packaging/test/from-mac/Contents/Resources/readme.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/removed.txt => tools/update-packaging/test/from-mac/Contents/Resources/removed.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/same.txt => tools/update-packaging/test/from-mac/Contents/Resources/same.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/searchplugins/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/from-mac/Contents/Resources/searchplugins/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/from-mac/Contents/MacOS/update-settings.ini => tools/update-packaging/test/from-mac/Contents/Resources/update-settings.ini
rename : tools/update-packaging/test/from-mac/Contents/MacOS/{foodir/channel-prefs.js => tools/update-packaging/test/from-mac/Contents/Resources/{foodir/channel-prefs.js
rename : tools/update-packaging/test/from-mac/Contents/MacOS/{foodir/force.txt => tools/update-packaging/test/from-mac/Contents/Resources/{foodir/force.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/application.ini => tools/update-packaging/test/to-mac/Contents/Resources/application.ini
rename : tools/update-packaging/test/to-mac/Contents/MacOS/distribution/extensions/added/file.txt => tools/update-packaging/test/to-mac/Contents/Resources/distribution/extensions/added/file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/distribution/extensions/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/to-mac/Contents/Resources/distribution/extensions/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/extensions/added/file.txt => tools/update-packaging/test/to-mac/Contents/Resources/extensions/added/file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/extensions/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/to-mac/Contents/Resources/extensions/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/readme.txt => tools/update-packaging/test/to-mac/Contents/Resources/readme.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/removed-files => tools/update-packaging/test/to-mac/Contents/Resources/removed-files
rename : tools/update-packaging/test/to-mac/Contents/MacOS/same.txt => tools/update-packaging/test/to-mac/Contents/Resources/same.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/searchplugins/added/file.txt => tools/update-packaging/test/to-mac/Contents/Resources/searchplugins/added/file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/searchplugins/diff/diff-patch-larger-than-file.txt => tools/update-packaging/test/to-mac/Contents/Resources/searchplugins/diff/diff-patch-larger-than-file.txt
rename : tools/update-packaging/test/to-mac/Contents/MacOS/update-settings.ini => tools/update-packaging/test/to-mac/Contents/Resources/update-settings.ini
rename : tools/update-packaging/test/to-mac/Contents/MacOS/{foodir/channel-prefs.js => tools/update-packaging/test/to-mac/Contents/Resources/{foodir/channel-prefs.js
rename : tools/update-packaging/test/to-mac/Contents/MacOS/{foodir/force.txt => tools/update-packaging/test/to-mac/Contents/Resources/{foodir/force.txt
2014-09-29 11:52:04 -07:00
Robert Strong
b20be455fe
Mac v2 signing - Bug 1059467 - Move precomplete file from the root of the Mac bundle to Contents/Resources. r=bbondy, r=nthomas
...
--HG--
rename : tools/update-packaging/test/from-mac/precomplete => tools/update-packaging/test/from-mac/Contents/Resources/precomplete
rename : tools/update-packaging/test/to-mac/precomplete => tools/update-packaging/test/to-mac/Contents/Resources/precomplete
2014-09-29 11:51:55 -07:00
Steven Michaud
66beaa2106
Mac v2 signing - Bug 1047738 - Make distribution code look for the distribution directory under Contents/Resources due to v2 signing requirements. r=bsmedberg
2014-09-29 11:51:51 -07:00
Stephen Pohl
3a3ac5f17b
Mac v2 signing - Bug 1064910 - Update Webapp Runtime to work with the new v2 bundle structure of Firefox on OSX. r=myk
2014-09-29 11:51:43 -07:00
Stephen Pohl
cf2ca1fd7c
Mac v2 signing - Bug 1060562 - Update xpcshell-tests for the new v2 bundle structure on OSX. r=jmaher
2014-09-29 11:51:29 -07:00
Stephen Pohl
ec3c661f98
Mac v2 signing - Bug 1055774 - Update lookup for crashreporter.ini for the new v2 bundle structure on OSX. r=bsmedberg
2014-09-29 11:51:13 -07:00
Stephen Pohl
70fc651292
Mac v2 signing - Bug 1046924 - Move updates directory out of the .app bundle. r=rstrong
2014-09-29 11:51:08 -07:00
Stephen Pohl
b8761ffa6f
Mac v2 signing - Bug 1050944 - Get Firefox to launch and run on OSX with the new .app bundle structure, made necessary by Apple's v2 signatures. r=smichaud, r=ted, sr=bsmedberg
2014-09-29 11:51:04 -07:00
Stephen Pohl
e27f45a6cc
Mac v2 signing - Bug 1047584 - Modify the .app file structure to allow for OSX v2 signing. r=bsmedberg
2014-09-29 11:50:56 -07:00
Stephen Pohl
0ef4b02885
Mac v2 signing - Bug 1047584 - Enable DMG v2 signing. r=bhearsum
2014-09-29 11:50:52 -07:00
Tim Taubert
0a9655a2a2
Bug 1072198 - updateBrowserRemoteness() needs to keep .permanentKey when updating browsers r=billm
2014-09-24 12:19:46 +02:00
Blair McBride
80c6a6e0b8
Bug 1067899 - Add autocomplete result type for arbitrary URLs. r=mak
...
--HG--
extra : transplant_source : %B4%5C%83%26%B0%3EL%F1%B0%0E%B4%822y%E5%8B%0B%A4%01%3D
2014-09-27 01:17:25 +12:00
Blair McBride
819cb33deb
Bug 1073358 - Sqlite.jsm should return some measure of what happened regardless of whether a row handler was used. r=mak
...
--HG--
extra : transplant_source : %09%E7%2B%D3%9F%93Qzw%C4IL%EC%23g%B9o%DB%0D%DE
2014-09-27 01:17:00 +12:00
Carsten "Tomcat" Book
e8c52fe173
merge fx-team to mozilla-central a=merge
2014-09-26 13:27:36 +02:00
Mark Hammond
f3e9eb52cb
Bug 1073359 - reinstate PermissionUtils and XPIProvider which were removed in bug 1050080. r=MattN
2014-09-26 15:54:34 +10:00
Mark Hammond
eb2e5c7460
Bug 932651 - getClipboardData in specialpowersAPI uses the chrome window so it works in e10s. r=ted
2014-09-26 14:03:41 +10:00
Blair McBride
ec445a6408
Bug 1067896 - Add autocomplete result type for searching via alias of a search engine. r=mak
...
--HG--
extra : transplant_source : %16%CB%E8%D5%3F%3D%B6%2C%90%1F%0F4%0B%1C%ED%DFvC%F1%28
2014-09-26 15:32:07 +12:00
Blair McBride
d48d0f2fc9
Bug 1067888
- Add autocomplete result type for searching via current search engine. r=mak
...
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : n%86%86%E2%23%85d%15%A8%0D%DD%F0%9A%A4%8B%E8y-%3DY
2014-09-25 17:04:06 +12:00
Ryan VanderMeulen
dbd4755917
Merge m-c to fx-team. a=merge
2014-09-25 16:57:55 -04:00
Dave Camp
782120f70f
Bug 1072632 - Re-export emit from protocol.js. r=past
2014-09-25 12:22:41 -07:00
Dave Camp
365f5103ad
Bug 1052074 - Improve error messages for protocol.js exceptions. r=jsantell
2014-09-25 12:22:41 -07:00
Tom Tromey
42ae9227c1
Bug 1072932 - Hoist "let"s to avoid the TDZ. r=past
2014-09-25 06:54:00 -04:00
Guilherme Goncalves
7cb4e3f2e1
Bug 1071976 - Use js_calloc for allocating ArrayBufferContents objects. r=Yoric
...
--HG--
extra : rebase_source : c3ad82ebe6e12e3340e6564833cc2e5524b900dd
2014-09-23 15:23:00 -04:00
Carsten "Tomcat" Book
868b03b2a9
merge fx-team to mozilla-central a=merge
2014-09-25 14:35:17 +02:00
Carsten "Tomcat" Book
8667acf680
merge mozilla-inbound to mozilla-central a=merge
2014-09-25 14:22:30 +02:00
Nicholas Nethercote
ff1870aac7
Bug 1070251 - Anonymize non-chrome inProcessTabChildGlobal URLs in memory reports when necessary. r=khuey.
...
--HG--
extra : rebase_source : a204dbae9f853be3ade1cdebfa0f4ac01fa3a174
2014-09-24 19:08:20 -07:00
Tim Taubert
262beb68a5
Bug 998267 - Don't always show the throbber when opening new tabs in e10s r=billm
2014-09-25 05:34:47 +02:00
Mark Hammond
263a840ac1
Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset
2014-09-25 12:23:39 +10:00
Ed Lee
64358307c3
Bug 1059591 - Incorrectly formatted remotely hosted links causes new tab to be empty [r=adw]
...
Use catch handler of promises to default to empty array on exceptions.
2014-09-23 15:12:20 -07:00
Ryan VanderMeulen
424af00bd8
Merge m-c to fx-team. a=merge
2014-09-24 17:13:47 -04:00
Ryan VanderMeulen
79910dd5bf
Merge m-c to inbound. a=merge
...
CLOSED TREE
2014-09-24 16:08:33 -04:00
Ben Craddock
edef79d8ac
Bug 1072193 - Hide video controls when mouse leaves from the left or right. r=dolske
2014-09-24 10:58:15 -07:00
Ed Morley
41c2c558fb
Backed out changeset dcd7ac495365 (bug 1067888
) for failures in browser_action_searchengine.js; CLOSED TREE
2014-09-24 16:09:01 +01:00
Alexandre Poirot
9fb4871b0d
Bug 1067380 - Refactor webide to use app actor front. r=jryans
2014-09-24 08:21:00 -04:00
Alexandre Poirot
9f1bf15333
Bug 1055666 - Remember last selected project in WebIDE. r=jryans
2014-09-24 05:31:00 -04:00
Neil Deakin
a444d834d7
Bug 1006040, animate star panel when pressing escape, add argument to hidePopup to allow indication of whether the popup is being cancelled or not, r=neil
2014-09-24 12:15:49 -04:00
Matthias Versen
a176538d49
Bug 1070770 - Document profile option in commandline help. r=bsmedberg
2014-09-22 11:02:00 +02:00
Ryan VanderMeulen
4a5d317124
Merge m-c to b2g-inbound. a=merge
2014-09-24 17:12:21 -04:00
Ryan VanderMeulen
786afaedb4
Merge m-c to b2g-inbound. a=merge
2014-09-24 16:10:45 -04:00
Mike Habicher
03a030b03e
Bug 1053966 - move mozsettings-changed Observer info from aSubject to aData, r=bz,qDot
2014-09-16 13:15:16 -04:00
Wes Kocher
bba09b58a5
Merge fx-team to m-c a=merge
2014-09-23 16:19:36 -07:00
Ryan VanderMeulen
e856b7aa15
Backed out changeset 9debd2833863 (bug 1067888
) for mochitest-bc failures.
...
CLOSED TREE
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js
2014-09-23 14:26:16 -04:00
Blair McBride
93697188a8
Bug 1067888
- Add autocomplete result type for searching via current search engine. r=mak
...
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : %851%B0%7BmD%40w/%86%89%CA%AF%25%60k%FE%9Am%F7
2014-09-24 05:21:48 +12:00
Jim Mathies
593fee10ff
Bug 1068189 - Force disable browser.tabs.remote.autostart in non-nightly builds. r=felipe
2014-09-23 09:41:59 -05:00
Ed Morley
b037b46642
Merge mozilla-central and inbound
2014-09-23 15:08:09 +01:00
Tim Taubert
e8cf2667b9
merge m-c to fx-team; a=merge
2014-09-23 15:52:45 +02:00
Iaroslav Sheptykin
ae782a7d5d
Bug 1023685 - Support writing encoded zero-byte strings in OS.File.writeAtomic. r=yoric
...
Patch originally created by KeyboardFire <andy@keyboardfire.com>.
2014-09-23 06:50:00 -04:00
Mark Hammond
5e82e483b4
Bug 1050080 - add default permissions for uitour and addon installations, and remove PermissionsUtils. r=MattN
2014-09-23 16:33:35 +10:00
Asaf Romano
a243753d43
Bug 1070479 - Allow passing uri specs to transactions. r=mak.
2014-09-23 08:44:41 +03:00
Ryan VanderMeulen
9ff8b15061
Merge m-c to inbound. a=merge
2014-09-22 15:50:08 -04:00
Marco Bonardo
744ec12012
Bug 1068620 - Provide a Sqlite.wrapStorageConnection method. r=Yoric
2014-09-22 18:32:43 +02:00
Marco Bonardo
a5df2d9f95
Bug 1069973 - Proxify both nsINavBookmarksService and Bookmarks.jsm through PlacesUtils.bookmarks. r=Mano
2014-09-22 18:32:40 +02:00
Marco Bonardo
6522a5325a
Bug 1068007 - Design an async bookmarking API. r=mano sr=gavin
2014-09-22 18:32:36 +02:00
Henri Sivonen
80c69719d3
Bug 1069954 - Remove us-ascii as a Gecko-canonical encoding name. r=emk.
2014-09-22 16:15:34 +03:00
Alexandre Poirot
a1fc7aa011
Bug 1067424 - Test for webapps actor getAppActor method. r=jryans
2014-09-18 05:44:00 -04:00
Alexandre Poirot
5e40fd4a34
Bug 1067424 - Convert webapps actor to SDK module. r=jryans
2014-09-18 05:44:00 -04:00
Carsten "Tomcat" Book
477171c3f3
merge mozilla-inbound to mozilla-central a=merge
2014-09-22 12:58:26 +02:00
Asaf Romano
8329ea931a
Bug 1069235 - make guid and parentGuid naming consistent. r=mak
2014-09-20 10:57:34 +03:00
Blair McBride
ee40b85065
Bug 1066358 - Improve how keyword autocomplete results are displayed. r=mak
...
--HG--
extra : transplant_source : %EC%9E%D7%F8%C7-%87%90%F67%8Ah8%1E%60%CCh%23%9F-
2014-09-20 15:44:36 +12:00
Tim Taubert
09b9a2e110
merge m-c to fx-team
2014-09-23 15:54:23 +02:00
Manu Jain
65c5e9792a
Bug 1069980 - [rule view] Adding a new css rule on an element with multiple classes doesn't work. r=pbrosset
2014-09-22 07:20:00 -04:00
Jordan Santell
543b4b026b
Bug 1066450 - Fix regression of web audio tools not reinitializing after navigation. r=vp
2014-09-22 10:28:00 -04:00
Tomasz Kołodziejski
9cf24cf083
Bug 1058435 - Add removeAllDomainsSince to ContentPrefService2. r=adw
2014-09-19 14:24:00 -04:00
Dave Townsend
998fec3603
Bug 1070223: Ignore exceptions thrown from nsIBrowserSearchInitObserver. r=MattN
2014-09-19 16:04:41 -07:00
Nick Alexander
81d457f936
Bug 1065773 - Part 2: Stop release signing instrumentation test APKs at package time. r=mshal
2014-09-19 13:52:55 -07:00
Nick Alexander
5fc39be7e5
Bug 1065773 - Part 1: Extract Android release signing bits into config/android-common.mk. r=mshal
2014-09-19 13:52:54 -07:00
Asaf Romano
1b10a68011
Bug 1067959 - Async Places Transactions: when copying an item, do not copy "special" annotations.r=mak
2014-09-19 23:35:14 +03:00
Brad Lassey
2a10c2164b
Bug 1064834 - move common second screen modules to toolkit r=mfinkle
...
--HG--
rename : mobile/android/modules/RokuApp.jsm => toolkit/modules/secondscreen/RokuApp.jsm
rename : mobile/android/modules/SimpleServiceDiscovery.jsm => toolkit/modules/secondscreen/SimpleServiceDiscovery.jsm
2014-09-12 12:42:28 -04:00
Florian Quèze
057d1a7a28
Bug 1056179 - WebRTC global indicator fails to open the sharing doorhanger if there's another notification before it, r=gavin.
2014-09-24 12:21:57 +02:00
Florian Quèze
f7887f142c
Bug 1067444 - Clicking the microphone button on the global webrtc sharing indicator opens a doorhanger with a camera icon, r=gavin.
2014-09-24 12:21:57 +02:00
Marco Bonardo
2d396a1497
Bug 1071481 - push missing file.
2014-09-24 12:17:47 +02:00
Marco Bonardo
6b840f104c
Bug 1071481 - host of search engines is not autoFilled anymore if it's not the most frecent result. r=unfocused
2014-09-24 11:50:32 +02:00
Carsten "Tomcat" Book
1f9fd7549e
Backed out changeset 6d9fb906e5b9 (bug 1072141) for dt test failures
2014-09-24 11:33:00 +02:00
Blair McBride
2f1aeb9e77
Bug 1067888
- Add autocomplete result type for searching via current search engine. r=mak
...
--HG--
rename : toolkit/components/places/tests/unifiedcomplete/test_searchEngine.js => toolkit/components/places/tests/unifiedcomplete/test_searchEngine_restyle.js
extra : transplant_source : t%CE%24%5D%2C%FF%18%CF%F5%21%BC%D0%C4%B9%EB%FD%06%F4%DB%BE
2014-09-24 18:33:07 +12:00
Mark Hammond
89cd765c71
Bug 1072141 - get browser/devtools/webaudioeditor tests passing in e10s. r=pbrosset
2014-09-24 17:47:41 +10:00
Patrick Brosset
05cddcf2e0
Bug 1050773 - Timeline actor should record from root frame even when toolbox switches to child frame; r=paul
2014-09-24 09:29:29 +02:00
Alexander J. Vincent
1c731605d6
Bug 1071448 - Speed up binary searches using a bitwise operation. r=adw
2014-09-22 23:47:08 -07:00
Nick Fitzgerald
98241a4315
Bug 1070107 - Fix intermittent failure of test_memory_allocations_02.html. r=jryans
2014-09-22 14:40:00 +02:00
Nick Fitzgerald
7089de40af
Bug 1068171 - Give the memory actor/client the ability to control the allocation sampling probability. r=jryans
2014-09-23 12:29:00 +02:00
Jordan Santell
6492921701
Bug 1055211 - Add bypass method on AudioNodeActors. r=vp
2014-09-19 15:08:00 +02:00
Mark Hammond
0ab74ee6dd
Bug 1067229 - allow nsIXULAppInfo::ID and ::Vendor to work in a content process. r=jdm
2014-09-24 16:14:55 +10:00
Matthew Noorenberghe
2bf9e4e38d
Bug 1072014 - Log.jsm: Allow logging of falsy arguments. r=Unfocused
2014-09-23 21:38:43 -07:00
Matthew Noorenberghe
9a63c33b35
Bug 1071870
- Log.jsm: Fix support for Log.Level.All in some services/ modules. r=markh
2014-09-23 21:38:34 -07:00
stefanh@inbox.com
a7320fce84
Bug 333910 - nsITheme for menu/scrollbox arrows, r=mstange,gijs
...
--HG--
extra : rebase_source : 91519a5d22ab54b7b109b5db240ba7d696374270
2014-09-08 10:45:00 +01:00
Felipe Gomes
da99fea57f
Bug 1071203 - Log a message to the console when we override browser.tabs.remote.autostart. r=billm
2014-09-29 22:22:21 -03:00
Jim Mathies
ad73cb6c28
Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe
2014-09-29 16:11:08 -05:00
Bill McCloskey
00611e8e68
Bug 1072477 - [e10s] Make EventTarget shim work when removeEventListener called from listener (r=mconley)
2014-09-29 13:05:23 -07:00
Bill McCloskey
e127657aa3
Bug 1072607 - [e10s] Handle removeEventListener correctly in EventTarget shim (r=mconley)
2014-09-29 13:05:23 -07:00
Bill McCloskey
995a3add7e
Bug 1072472 - [e10s] Make sandbox shim work with COWs (r=mconley)
2014-09-29 13:05:23 -07:00
Bill McCloskey
6d36384cab
Bug 1039528 - [e10s] Make "Inspect element" context menu item work (r=pbrosset)
2014-09-29 13:05:22 -07:00
Nicholas Nethercote
5b9ce4cc06
Bug 1062709 (part 2) - Clean up stack printing and fixing. r=dbaron.
...
--HG--
extra : rebase_source : 18158d4474cb8826813a3866eba57b710e14db99
2014-09-01 22:56:05 -07:00
Nicholas Nethercote
270fd1eda7
Bug 1062709 (part 1) - Add a frame number argument to NS_WalkStackCallback. r=dbaron.
...
--HG--
extra : rebase_source : 0f9b2d6310433ed56f5552706fcf2a96571aee25
2014-09-10 21:47:01 -07:00
Gian-Carlo Pascutto
018ed5a62b
Bug 1074196 - Correctly initialize PrefixSets with no deltas. r=mmc
2014-10-01 09:24:14 +02:00
Wes Kocher
39403ad7cb
Merge m-c to inbound a=merge
2014-09-30 17:10:24 -07:00
Bill McCloskey
8e4f0e8a60
Bug 1073826 - Fix isBrowserPrivate on Android (r=margaret)
2014-09-30 13:53:09 -07:00
Carsten "Tomcat" Book
bb6b27d528
Backed out changeset 4bb508b6f0c5 (bug 1041180) for XPCshell test failures
2014-09-24 13:13:20 +02:00
Bobby Holley
f386fbdb6b
Bug 1030420 - Followup fix. r=me
2014-09-24 12:00:27 +02:00
Christoph Kerschbaumer
72c6a44018
Bug 1041180: Remove deprecated nsIChannelPolicy (r=sstamm,jduell,jst)
2014-09-24 01:01:07 -07:00
Bobby Holley
602562d009
Bug 1030420 - Fix up unwrapDebuggerObjectGlobal to handle addon scopes. r=jimb
2014-09-24 09:17:34 +02:00
Ryan VanderMeulen
15f35ed343
Merge m-c to fx-team.
...
--HG--
rename : content/media/mediasource/SourceBuffer.cpp => content/media/mediasource/ContainerParser.cpp
extra : rebase_source : 8e7ce8e6b3b7dd41e6691465e6e65437d694a3ab
2014-09-19 14:19:13 -04:00
Ryan VanderMeulen
560d6637db
Merge fx-team to m-c. a=merge
2014-09-19 14:10:43 -04:00
Manu Jain
048068f102
Bug 1063561 - Convert Addon Manager telemetry timings to use Components.utils.now(); r=irvingreid
2014-09-19 14:04:49 -04:00
Asaf Romano
aed83f9058
Bug 1067956 - Async Places Transactions: Drop functionality. r=mak.
2014-09-19 17:04:51 +03:00
Asaf Romano
0fbd885a91
Bug 1067954 - Async Places Transactions: Paste functionality. r=mak
2014-09-19 16:53:27 +03:00
Carsten "Tomcat" Book
9e9e65e340
Merge m-c to fx-team
2014-09-19 14:37:43 +02:00
Carsten "Tomcat" Book
ee5100f923
Merge m-c to mozilla-inbound
2014-09-19 14:35:57 +02:00
Carsten "Tomcat" Book
955f2874c9
merge fx-team to mozilla-central a=merge
2014-09-19 14:22:32 +02:00
Blair McBride
362e5a214a
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
...
--HG--
extra : transplant_source : %96%27%20FGCQ%D9%B5%FC%8E%CAV%F3%80%5DN%88%0F.
2014-09-19 23:58:46 +12:00
Nick Fitzgerald
7950fcbec7
Bug 1067491 - Add allocations recording to the memory actor. r=jryans
2014-09-17 10:41:00 +02:00
Blair McBride
5345c3bf87
Backed out changeset 22c0fbb87b38 (bug 1065303) due to bc1 bustage
2014-09-19 19:16:53 +12:00
Blair McBride
40f687dbe7
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics. r=mak
...
--HG--
extra : transplant_source : %147%8B%E3sN%BC%9B%25%8CR%C2%A5%D1i9%14%B9%7B%F5
2014-09-19 17:50:55 +12:00
Blair McBride
5f0d192d2d
Backed out changeset 10d66191e16a because commit message fail. r=we-need-hooks
2014-09-19 17:53:11 +12:00
Blair McBride
2ef80c0a42
Bug 1065303 - Prepare autocomplete.xml/UnifiedComplete for adding new special result types and heuristics.
...
--HG--
extra : transplant_source : 7%B63%B7%1DN%DBiU%86%82%FC%26H%EF9%B6%BF%BB%A0
2014-09-19 17:42:38 +12:00
Mike Conley
9466ef449b
Bug 1069567 - [e10s] Make remote browser contentPrincipals not be CPOWs. r=billm.
...
--HG--
extra : rebase_source : 4f47430a2ff95737e579ddca1655d410656bb64a
2014-09-18 19:26:50 -04:00
Wes Kocher
34c9592347
Merge m-c to fx-team a=merge
2014-09-18 16:12:56 -07:00
Wes Kocher
70cf8f9246
Merge inbound to m-c a=merge
2014-09-18 15:26:44 -07:00
Bill McCloskey
0d6c4e831b
Bug 1063669 - Don't enable e10s if IME is detected (r=jimm)
2014-09-18 10:26:33 -07:00
Justin Dolske
bc8d2f36a9
Bug 836415 - Kill PFS. r=bsmedberg
2014-09-18 10:01:23 -07:00
Panos Astithas
16881e369e
Don't set tracing hooks until tracing has started (bug 1049248). r=fitzgen
2014-09-17 20:00:40 +03:00
Paolo Amadini
527cf6e214
Bug 1059186 - Client needs to report number of generated URLs via Telemetry. r=MattN
2014-09-18 13:05:39 +01:00
Scott Garman
d46683baea
Bug 1068188 - Remove unused menulist-compact bindings. r=dao
2014-09-18 10:02:00 +02:00
Gijs Kruitbosch
b610351b77
Bug 990045 - focusNextFrame should special-case panels and notificationpopups, with the latter getting noautofocus by default, r=Enn, f=MarcoZ
...
--HG--
extra : rebase_source : a0fe3fba430301560433db3dbb825d5bbd7bfb9b
2014-09-18 13:29:03 +02:00
Patrick Brosset
28aaa56489
Bug 1050773 - Timeline actor pulls profiletimeline markers from all docShells; r=paul
2014-09-18 11:12:33 +02:00
Carsten "Tomcat" Book
db2e3ca132
Backed out changeset c45f715f529c (bug 1067229) for ICS M8 Testfailures
2014-09-18 11:03:49 +02:00
Wes Johnston
6011de4c2b
Bug 816318 - Media scanner shouldn't run in private mode. r=mfinkle
2014-09-18 00:20:03 -07:00
Nicholas Nethercote
6cc6a4f08f
Bug 1059612 - Filter diff-breaking info from memory reports in a more rigorous fashion. r=erahm.
...
--HG--
extra : rebase_source : 373ae65ebe08a6da9ff63eb3394bc56e56d2fcfe
2014-09-17 21:22:57 -07:00
Mark Hammond
85cfb0e12f
Bug 1066537 - avoid intermittent thumbnail orange. r=unfocused
2014-09-18 14:49:35 +10:00
Mark Hammond
d836f4a033
Bug 1067229 - allow nsIXULAppInfo::ID and ::Vendor to work in a content process. r=jdm
2014-09-18 12:38:30 +10:00
Mike Conley
8f700fd60f
Bug 899347 - [e10s] Make click-to-play work with e10s. Originally written by mbrubeck. r=gfritzsche,felipe,Unfocused.
...
We now use message passing and content scripts in order to implement click-to-play. This allows
us to use click-to-play in e10s windows.
--HG--
extra : rebase_source : 6239a4b49e0af89800c5618e4589f8aef03f58d4
2014-09-17 16:06:58 -04:00
Dão Gottwald
7f519dc50c
Bug 1060623 - Theme switcher in customize mode should only show the five most recently used lightweight themes. r=jaws
2014-09-17 21:41:35 +02:00
Iaroslav Sheptykin
b9850b566b
Bug 407821 - Discard bookmark tags exceeding maximum length of 100 characters. r=paolo
2014-09-17 06:23:00 +01:00
David Rajchenbach-Teller
a0a1e10823
Bug 1066619 - Accept Promise arguments in PromiseWorker. r=froydnj
2014-09-17 02:43:00 -04:00
David Rajchenbach-Teller
922bd49947
Bug 1064768 - Use nsMainThreadPtrHandle in History.cpp. r=mak
2014-09-16 14:17:31 +02:00
Alexandre Poirot
bd817dfa8b
Bug 988237 - Convert all protocol.js actors to lazy loading. r=past
2014-09-16 06:00:00 -04:00
Alexandre Poirot
5c624de060
Bug 988237 - Expose an API to load actors lazily. r=past
2014-09-16 06:00:00 -04:00
Asaf Romano
16f28b85bd
Bug 1059256 - More powerful tagging transactions. r=mak
2014-09-17 16:48:33 +03:00
Asaf Romano
4950b32bbc
Bug 1059257 - Improve array-input-property handling. r=mak.
2014-09-17 16:43:13 +03:00
Irving Reid
2cdc3ebc02
Bug 1049142: don't scan unpacked extensions if disabled; r=Unfocused
2014-09-16 12:48:15 -04:00
Irving Reid
6464c3b34f
Bug 1064480 - add diagnostics for late saves; r=Mossop
2014-09-16 12:56:34 -04:00
Michael Pruett
aa8a673651
Bug 1059620 - Convert XPIProvider to use Preferences.jsm. r=Unfocused
2014-09-12 05:32:34 -05:00
Asaf Romano
d1e96e8c5f
Bug 1058566 - Transaction for duplicating any places item. r=mak.
2014-09-17 14:59:23 +03:00
Blair McBride
67eb7b4d9e
Bug 1068501 - autocomplete.xml: ReferenceError: assignment to undeclared variable searchEngine. r=mak
...
--HG--
extra : transplant_source : 9%F7%1FJK%12%BF%80%18%5C%B8%AB%EA%07%F0%F8K%7Bw%B1
2014-09-17 19:40:45 +12:00