Commit Graph

28321 Commits

Author SHA1 Message Date
Bill McCloskey
a5902c6844 Bug 1143038 - Use AppConstants in tabbrowser.xml (r=gavin) 2015-03-20 11:57:37 -07:00
Paolo Amadini
08befa063a Bug 1143903 - Display username and password as separate fields in the password doorhanger. r=MattN 2015-03-20 10:26:01 -07:00
Gijs Kruitbosch
24111fd7bd Backed out changeset 8a292af9c827 for android robocop orange 2015-03-20 22:47:21 -07:00
Gijs Kruitbosch
f2a65002f0 No bug: update readability libs to the up-to-date github versions to include significant perf and quality improvements, rs=me
--HG--
extra : rebase_source : 4d6afe3274ee52434b97bb5021a2d297ed86a30e
2015-03-20 20:50:45 -07:00
Jared Wein
d2549c4e7a Bug 1140340 - Add Reader Mode menu item to the menu bar. r=florian
--HG--
extra : rebase_source : 3c22f45081c84e99b96a919da6175fe35c1545b4
2015-03-20 17:35:55 -07:00
Ehsan Akhgari
883849ee32 Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
This patch was automatically generated using the following script:

function convert() {
echo "Converting $1 to $2..."
find . \
       ! -wholename "*/.git*" \
       ! -wholename "obj-ff-dbg*" \
         -type f \
      \( -iname "*.cpp" \
         -o -iname "*.h" \
         -o -iname "*.c" \
         -o -iname "*.cc" \
         -o -iname "*.idl" \
         -o -iname "*.ipdl" \
         -o -iname "*.ipdlh" \
         -o -iname "*.mm" \) | \
    xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}

convert MOZ_OVERRIDE override
convert MOZ_FINAL final
2015-03-21 12:28:04 -04:00
Paolo Amadini
2138860ac1 Bug 1144245 - Add a LoginTestUtils.jsm module. r=MattN
--HG--
rename : toolkit/components/passwordmgr/test/unit/head.js => toolkit/components/passwordmgr/test/LoginTestUtils.jsm
2015-03-18 18:36:23 -07:00
Patrick Brosset
d402c5c899 Bug 1139186 - 2 - Add event handling support to CanvasFrameAnonymousContentHelper; r=bgrins
--HG--
extra : rebase_source : 2174e1f43bad5ca10a7d1ac233a0d4ff813d7464
extra : histedit_source : 161c967641af855e13626a63b8dbf8f039ed5d0f%2C3066228d0737dcb415cf39f8e707df46afa9b45e
2015-03-20 16:58:50 +01:00
Stephen Pohl
17bef18e85 Bug 1145694: Uninstall Adobe EME when media.eme.enabled is set to false. r=mossop 2015-03-22 23:12:16 -04:00
Stephen Pohl
71ed1fe508 Bug 1145336: Test updates. r=jwwang 2015-03-22 23:12:07 -04:00
Stephen Pohl
d123931436 Bug 1145336: Remove old GMPs during updates. r=jwwang 2015-03-22 23:12:03 -04:00
Ryan VanderMeulen
da8ce3499b Backed out changeset 763cc10e0bb1 (bug 1144127) for B2G reftest bustage.
--HG--
extra : rebase_source : d907c21617681811bc41fb5f563259af8c514dde
2015-03-20 12:23:11 -04:00
Carsten "Tomcat" Book
7c658cfe88 Backed out changeset bd0060c41a3d (bug 1140558) for xpcshell bustage on a CLOSED TREE
--HG--
extra : amend_source : dbeab9ef98ae466e500d87cd6a365060e15ed6a0
2015-03-20 17:07:10 +01:00
Patrick Brosset
ba53a7b5d9 Bug 1139186 - 1 - Refactor to the native anon nodes manipulation in highlighters; r=bgrins
--HG--
extra : rebase_source : 9c4de083d0daac370f5f609d3c4add904afdd037
2015-03-10 16:28:57 +01:00
Marina Samuel
a4871bd274 Bug 1126186: Allow users to turn off all tiles that aren't history tiles and update newtab cogmenu wording. r=adw 2015-03-20 17:28:15 -04:00
Dave Townsend
699c63e7d4 Bug 1144900: Fix windows gfx out of memory assertion. r=Bas
--HG--
extra : rebase_source : 1158df9324b3a1f30f7a446d7713ca17ad26a5fb
2015-03-19 10:42:27 -07:00
Brian Birtles
17d6d8b8b2 Bug 1109390 part 4 - Make DevTools animation actor wait for asynchronous pause; r=pbrosset
Although pause() is not yet asynchronous, any time we finish calling it the
ready promise should be resolved so we can safely wait on the ready promise
after calling pause already. This way, once pause() becomes async later in this
bug, code relying on this actor will continue to work.
2015-03-24 09:21:08 +09:00
Mike Hommey
3bf6773d2f Bug 910660 - Make the SimplePackager emit a separate base for addons. r=gps
Addons are detected by the presence of an install.rdf file in their base.
2015-03-24 09:10:33 +09:00
Wes Kocher
8794504c9f Merge m-c to inbound a=merge CLOSED TREE 2015-03-23 16:51:22 -07:00
Paul Kerr [:pkerr]
c929586054 Bug 1100508: Easily capture about:webrtc page data for a bug reports. r=jib, r=mikedeboer 2015-03-23 12:37:30 -07:00
Carsten "Tomcat" Book
9bacd9217e Backed out changeset de24b63c6966 (bug 1138975) for m-dt test failures 2015-03-20 15:23:45 +01:00
Carsten "Tomcat" Book
cb5b2490cb backed out changeset b798fd098e09 (bug 1042561) for assertion failure in mochitests 2015-03-20 13:32:28 +01:00
Carsten "Tomcat" Book
c150e8dbed Backed out changeset ef86c7c53d21 (bug 1042561) 2015-03-20 13:32:01 +01:00
Eddy Bruël
1d9e7740aa Bug 1138975 - Refactor breakpoint sliding for non-source mapped sources;r=jlongster 2015-03-20 12:11:54 +01:00
Tim Taubert
6b0e509bcd Bug 1042561 - Correct autocomplete search result update handling in OnUpdateSearchResult() r=mak 2015-03-20 11:15:40 +01:00
Jorg K
79075a61e1 Bug 1042561 - Autocomplete: Typed text in red despite results/matches found if suggestions change by last input r=mak 2015-03-20 11:18:07 +01:00
Marco Bonardo
bc9ba49686 Bug 1125115 - Remove (now) pointless test that is failing to reopen a CLOSED TREE 2015-03-20 12:08:47 +01:00
Marco Bonardo
05596be753 Bug 1125115 - Write a new keywords pseudo-API in PlacesUtils. r=ttaubert 2015-03-20 09:39:25 +01:00
Marco Bonardo
941b1d7ea2 Bug 1125113 - Change the keywords schema associating them with uris. r=ttaubert 2015-03-20 09:39:20 +01:00
Stephen Pohl
b8c729938b Bug 1140263: Disable Adobe EME on all platforms for now. r=cpearce 2015-03-19 22:59:49 -04:00
Stephen Pohl
90c1248342 Bug 1140263: Test updates. r=mossop 2015-03-19 22:59:45 -04:00
Stephen Pohl
9fca7ec964 Bug 1140263: Enable Adobe EME on Windows Vista+ and add a pref to force-enable it on other platforms. r=mossop 2015-03-19 22:59:38 -04:00
Wes Kocher
ebf93ea5f3 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-19 19:33:19 -07:00
Wes Kocher
d2c452e653 Merge inbound to m-c a=merge CLOSED TREE 2015-03-19 19:15:11 -07:00
Margaret Leibovic
c6a82ac4da backout 1dbf52164ffe for bc1 failures on a CLOSED TREE
--HG--
extra : amend_source : 5f9977341e412cb0de22dfc099430aae516bc21e
2015-03-19 12:23:28 -07:00
J. Ryan Stinnett
f3d1e8093a Bug 1130084 - Avoid spurious connection errors even on success. r=past 2015-03-19 12:58:19 -05:00
Geoff Brown
13431d9251 Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor 2015-03-19 11:00:58 -06:00
Margaret Leibovic
c0ede94dd6 Bug 1143844 - Check document for readerable content to determine whether or not to show reader button. r=Gijs
--HG--
extra : rebase_source : 7a849952243aa5ff8d4711a1f0308747558faa2f
2015-03-18 13:42:52 -07:00
Margaret Leibovic
b05f8534af Bug 1143844 - Check document for readerable content to determine whether or not to show reader button. r=Gijs
--HG--
extra : rebase_source : bb719f59ab850517449e08cb3f86c06ff727692d
2015-03-18 13:42:52 -07:00
Tom Schuster
2de182147c Bug 837630 - Stop hiding __proto__ from O.getOwnPropertyNames. r=Waldo,peterv,past 2015-03-19 17:42:15 +01:00
Joel Maher
8106721a08 Bug 1144334 - test_attachProcess.html fails when running a standalone directory. r=jsantell 2015-03-19 10:25:06 -04:00
Boris Zbarsky
dc24477d79 Bug 1117172 part 3. Change the wrappercached WrapObject methods to allow passing in aGivenProto. r=peterv
The only manual changes here are to BindingUtils.h, BindingUtils.cpp,
Codegen.py, Element.cpp, IDBFileRequest.cpp, IDBObjectStore.cpp,
dom/workers/Navigator.cpp, WorkerPrivate.cpp, DeviceStorageRequestChild.cpp,
Notification.cpp, nsGlobalWindow.cpp, MessagePort.cpp, nsJSEnvironment.cpp,
Sandbox.cpp, XPCConvert.cpp, ExportHelpers.cpp, and DataStoreService.cpp.  The
rest of this diff was generated by running the following commands:

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObjectInternal\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapNode\((?:aCx|cx|aContext|aCtx|js))\)/\1, aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(WrapObject\(JSContext *\* *(?:aCx|cx|aContext|aCtx|js))\)/\1, JS::Handle<JSObject*> aGivenProto)/g'

  find . -name "*.h" -o -name "*.cpp" | xargs perl -pi -e 'BEGIN { $/ = undef } s/(Binding(?:_workers)?::Wrap\((?:aCx|cx|aContext|aCtx|js), [^,)]+)\)/\1, aGivenProto)/g'
2015-03-19 10:13:33 -04:00
Tim Taubert
1a56f5de29 Bug 1145146 - Remove offensive comment from nsFormFillController r=mak 2015-03-19 14:34:28 +01:00
Bill McCloskey
810adeb74f Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Markus Jaritz
c6397def7a Bug 1139174 - Use Georgia and Helvetica/Arial as Reader View Fonts until Fira and Charis land. r=margaret,dolske 2015-03-18 18:49:14 -07:00
Paolo Amadini
013ca6dc0a Bug 1143852 - Remove duplication between password-save and password-change notifications. r=MattN 2015-03-18 18:24:59 -07:00
Paolo Amadini
8f5b176fb9 Bug 1142110 - Add a simple browser-chrome test for the popup notifications. r=MattN 2015-03-18 18:24:59 -07:00
Margaret Leibovic
9d06161cb9 Bug 1131004 - Provide a more detailed description for pre-installed OpenH264 add-on. r=gfritzsche
--HG--
extra : rebase_source : 9eb6390b093db42e82ccfdde2327aecc90dfd71d
2015-03-11 11:40:29 -07:00
Robert Strong
f333ec2ca3 Bug 1081450 - Copy maintenance service binary into its install directory on Windows 8 when the installed binary is different. r=bbondy 2015-03-19 16:43:29 -07:00
Felipe Gomes
5e4ea3a14d Bug 1143263 - WebApp Runtime makes Mac always use discrete graphics card. r=mstange 2015-03-19 20:24:08 -03:00
Manraj Singh
2216b53c84 Bug 1120408 - Show TelemetryLog in about:telemetry. r=felipe,gfritzsche 2015-03-19 20:23:56 -03:00
Vaibhav Pradeep Bhosale
b31c08b293 Bug 1135009 - Printing in reader mode cuts off on the left (sidebar overlays text);r=Margaret
--HG--
extra : amend_source : 2bdb534d74515384d09a3d49726e100d858fec05
2015-03-09 21:23:04 +05:30
Justin Dolske
9a0207e0f9 Bug 1142298 - Fix reader view font/color control glitches. r=gijs 2015-03-18 16:35:47 -07:00
Robert Strong
2dc35d42a4 Bug 1142716 - update/tests/TestAUSHelper.cpp CheckMsg leaks |inFP| and |mbuf|. r=bbondy 2015-03-18 16:25:05 -07:00
Wes Kocher
efb4af18cb Merge m-c to fx-team a=merge CLOSED TREE 2015-03-18 16:04:40 -07:00
Wes Kocher
3bba7718ed Merge fx-team to m-c a=merge 2015-03-18 15:38:20 -07:00
David Major
bff0694ceb Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel
--HG--
extra : rebase_source : de3a3c17d6427449272c3535fc8b756e0c0caf98
2015-03-19 10:29:15 +13:00
Jordan Santell
6ce850680b Bug 1143915 - Fix test for MemoryActor now that it backs out when attempting to restart recording allocations when its already recording.
CLOSED TREE
2015-03-18 11:52:00 -04:00
Carsten "Tomcat" Book
3c57b5be0b merge mozilla-inbound to mozilla-central a=merge 2015-03-18 13:51:53 +01:00
Jesse Ruderman
54ce7cf07e Bug 1144351 - Add newline at the end of 'JSDOMParser error' messages. r=mfinkle 2015-03-17 21:06:06 -07:00
Gijs Kruitbosch
eb35e37139 No bug, update Readability.js to the version in github, rs=margaret,me per discussion earlier today
--HG--
extra : amend_source : bf0d161d34ef298b3338ae4b1ec9469817132504
2015-03-17 20:58:58 -07:00
Matthew Noorenberghe
01fa0ad32b Bug 1120129 - Allow per-site recipes to adjust the username/password field detection for autofill. r=dolske
--HG--
extra : rebase_source : 76e9ba5b706f7dd3ba24c0a125c31e91f1f641fb
2015-03-17 17:18:14 -07:00
Margaret Leibovic
b4bc567f0e Bug 1139678 - (Part 3) Don't try interacting with the window in AboutReader if it has been unloaded. r=Gijs
--HG--
extra : rebase_source : f49a9f306bf4544573eb18c0bcd38b23a22b3ce6
2015-03-17 14:41:28 -07:00
Margaret Leibovic
5327d3c2ae Bug 1139678 - Don't do reader parse until user clicks on reader button. r=bnicholson
--HG--
extra : rebase_source : 98f768841b9a858c9d8bce53cb9dc6770796c2ea
2015-03-12 20:06:37 -07:00
Ryan VanderMeulen
f5eb4d6f87 Merge m-c to inbound. a=merge
CLOSED TREE
2015-03-17 14:28:42 -04:00
George Wright
0fa824f57d Bug 1121272 - Only traverse child elements when traversing the <select> tree r=mconley 2015-03-17 13:02:54 -04:00
Bob Owen
68ab603f41 Bug 1135051: Add license for SuperFastHash to about:license. r=gerv 2015-03-17 16:04:04 +00:00
Hiroyuki Ikezoe
626c390c7a Bug 1143539 - Remove firefox-appdir in toolkit/components/downloads/test/unit/xpcshell.ini. r=paolo 2015-03-17 03:35:00 -04:00
Carsten "Tomcat" Book
0503c0d6df merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Carsten "Tomcat" Book
2b0d0088bb Merge mozilla-central to fx-team 2015-03-17 11:53:48 +01:00
Tim Taubert
0297e4950e Bug 1094909 - Convert xpcshell-tests in toolkit/components/places/tests/expiration to Bookmarks.jsm API r=mak 2015-03-13 15:51:07 +01:00
Tim Taubert
26b5d58db4 Bug 1095418 - Convert xpcshell-tests in toolkit/components/places/tests/favicons to Bookmarks.jsm API r=mak 2015-03-12 11:29:01 +01:00
Tim Taubert
3e0dca77dc Bug 1094906 - Convert xpcshell-tests in toolkit/components/places/tests/queries to Bookmarks.jsm API r=mak 2015-03-12 14:26:28 +01:00
Tim Taubert
2ab291a802 Bug 1095421 - Convert xpcshell-tests in toolkit/components/places/tests/unifiedcomplete to Bookmarks.jsm API r=mak 2015-03-13 16:30:38 +01:00
Margaret Leibovic
411e0b6322 Bug 1141550 - (Part 2) Add missing import. r=me 2015-03-16 15:57:49 -07:00
Wes Kocher
f8b920a13f Backed out changeset 35a52bd476cb (bug 1139678) for e10s bc1 orange 2015-03-16 15:24:16 -07:00
Margaret Leibovic
d666ab5c2f Bug 1141550 - Register an AsyncShutdown blocker to persist download changes. r=paolo
--HG--
extra : rebase_source : 0380ee9fc10d75e11c1f29db74f85a24708c36ce
2015-03-16 14:40:00 -07:00
Tom Tromey
958fa8aaf3 Bug 1142207 - add "^" to REGEX_CSS_VAR to fix variables in the rule view. r=pbrosset
--HG--
extra : amend_source : f904a5d6ae584822606c5c12a3f4027a4d3f7dae
2015-03-16 07:55:00 -07:00
Matthew Noorenberghe
6f4477296f Bug 1134846 - Follow-up to handle URLs like chrome: that the URL constructor doesn't like. r=bustage 2015-03-16 14:19:47 -07:00
Matthew Noorenberghe
08fd010cf8 Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske
--HG--
extra : rebase_source : 57fff0390f1f6addf05f256a8feed1d801e9360b
2015-03-16 12:42:02 -07:00
Matthew Noorenberghe
573a34bb8d Bug 1134846 - Add helpers to create loggers that follow the signon.debug pref. r=dolske
--HG--
extra : rebase_source : 8c063e91bfc99b25cfc230d4b78000e98c6c8e53
2015-03-16 12:42:08 -07:00
Margaret Leibovic
759718bfc2 Bug 1139678 - Don't do reader parse until user clicks on reader button. r=bnicholson
--HG--
extra : rebase_source : a2b9e4c9006e98c0adfb535cc0d48af4d179f898
2015-03-12 20:06:37 -07:00
Patrick Brosset
3e3b672b92 Bug 1142170 - Intermittent browser_animation_actors_10.js
--HG--
extra : rebase_source : 6841c13813708384f6891e82b3692eb263fbd2df
2015-03-13 16:30:00 +01:00
Patrick Brosset
0140de65b4 Bug 1139925 - Make the BoxModelHighlighter highlight all quads and draw guides around the outer-most rect
LayoutHelpers.getAdjustedBoxQuads now returns all quads that el.getBoxQuads returns.
The BoxModelHighlighter calculates an outer rect based on these to draw the guides.
And if the element has more than 1 quad (inline element that spans line breaks), then all quads are
highlighted.
Also all related tests were modified and a couple of new tests were added.

--HG--
extra : rebase_source : 78a7890ac547a95561ac917c1721be6ed32c5426
2015-03-13 15:54:10 +01:00
Alex Verstak
673fbec87c Bug 1113431 - Propagate referrer policy throughout the UI: command-click and context menu open link in new tab/window. r=gijskruitbosch 2015-03-04 23:29:55 -08:00
Nicholas Nethercote
923f0cf761 Bug 1143508 (part 2) - Optimize pair returning from makeNodeElement() in JSDOMParser. r=bnicholson.
In one workload this avoids allocating 2.3 MB of short-lived arrays.

--HG--
extra : rebase_source : 58e12863e5ac047e165094b5b9906e308cd59e32
2015-03-16 15:13:16 -07:00
Nicholas Nethercote
67a9132228 Bug 1143508 (part 1) - Optimize tag name scanning in JSDOMParser. r=bnicholson.
On one workload I saw this reduce the cumulative allocations done for strings
drop from 2.3 MB to 0.9 MB.

--HG--
extra : rebase_source : 631cb179722c389c9127a5a9b4692581774f0935
2015-03-16 15:13:14 -07:00
Mike Hommey
d44ec111ff Bug 1143510 - Fix line numbers for removal errors during make package. r=gps 2015-03-17 10:04:20 +09:00
Wes Kocher
4a1d74cfc0 Backed out changeset 2693283b5d8b (bug 1142814) for bc1 orange 2015-03-16 17:45:45 -07:00
Nicholas Nethercote
b6b27f0a2a Bug 1142814 - Optimize String.fromCharCode() when the number of args is small but > 1. r=jandem.
This avoids an unnecessary malloc.

The patch also adds testing for String.fromCharCode() with 2--20 args.

--HG--
extra : rebase_source : 4f56b15053914ebf6c94518047abbd5955482c1e
2015-03-12 17:19:48 -07:00
Markus Stange
6289c6a9f2 Bug 1143273 - Add scale and menulist to the list of non-draggable things. r=dao
--HG--
extra : rebase_source : 79c2ceaa274e27ae08c68baf90934a6ac9df4449
2015-03-14 16:23:38 -04:00
Stephen Pohl
acfabd9547 Bug 1140523: Send correct onEnabling/onDisabling notifications when EME preferences change. r=mossop 2015-03-16 14:59:08 -04:00
Hiroyuki Ikezoe
8e744492bd Bug 1132772 - afterCache() and afterCommit() should return Promise. r=ttaubert
--HG--
extra : rebase_source : ff86c3437adcafe9447c2bad2974f353143b6281
2015-03-15 16:06:00 -04:00
Geoffroy Planquart
e12da48d29 Bug 1042859 - Ignore host port when fetching cookies with the gcli cookie command. r=pbrosset
--HG--
extra : rebase_source : 6e89a0f024b225a343e567f1a8f9311900ccb063
2015-03-13 09:05:00 -04:00
Patrick Brosset
02d6847dd7 Bug 1110762 - Add a setCurrentTime method to the animation actor; r=past
--HG--
extra : rebase_source : e0e0eef2b1b35a4f8c23f905b3603e2a009a05c7
2015-03-16 11:29:14 +01:00
Phil Ringnalda
3bfd694773 Merge f-t to m-c, a=merge 2015-03-15 19:35:11 -07:00
Marina Samuel
a8b4ee05fd Bug 1126184: Part 3: Mochitest fixes for suggested tiles. 2015-03-13 11:45:38 -04:00
Marina Samuel
5b0c9de307 Bug 1126184: Part 2: Select a single tile to show as the first unpinned tile based on a user's top sites. r=adw 2015-03-13 11:45:34 -04:00
Marina Samuel
7ff3ee3da3 Bug 1126184: Part 1: Make DirectoryLinksProvider listen to PlacesProvider and update its _topSitesWithRelatedLinks cache. r=adw 2015-03-13 11:45:31 -04:00
David Major
cefaf7e2a9 Bug 1135543 - Part 4: Define DailyCrashesMeasurement6 containing main-crash-oom; r=bsmedberg
--HG--
extra : rebase_source : 8a3dadbf53b03d6a8170d38cb13b106c0637f15c
2015-03-14 18:59:21 +13:00