Commit Graph

23680 Commits

Author SHA1 Message Date
Geoff Brown
a3e7accefa Bug 1140148 - Update xpcshell test manifests for Android 4.3 emulator; r=dminor 2015-03-19 11:00:58 -06:00
Tom Schuster
308ff4d0ec Bug 837630 - Stop hiding __proto__ from O.getOwnPropertyNames. r=Waldo,peterv,past 2015-03-19 17:42:15 +01:00
Joel Maher
0a17b36f04 Bug 1144334 - test_attachProcess.html fails when running a standalone directory. r=jsantell 2015-03-19 10:25:06 -04:00
Boris Zbarsky
54c64f20a9 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
1a539746b8 Bug 1145146 - Remove offensive comment from nsFormFillController r=mak 2015-03-19 14:34:28 +01:00
Bill McCloskey
e7aee957c0 Bug 1126089 - Allow messages to be sent after frame script unload event (r=smaug) 2015-03-19 06:43:46 -07:00
Markus Jaritz
5b39c0ad28 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
a74d03e0b6 Bug 1143852 - Remove duplication between password-save and password-change notifications. r=MattN 2015-03-18 18:24:59 -07:00
Paolo Amadini
18246cdbfc Bug 1142110 - Add a simple browser-chrome test for the popup notifications. r=MattN 2015-03-18 18:24:59 -07:00
Vaibhav Pradeep Bhosale
64433f3bc1 Bug 1135009 - Printing in reader mode cuts off on the left (sidebar overlays text);r=Margaret 2015-03-09 21:23:04 +05:30
Justin Dolske
266883035b Bug 1142298 - Fix reader view font/color control glitches. r=gijs 2015-03-18 16:35:47 -07:00
Robert Strong
0c5e5bd22f Bug 1142716 - update/tests/TestAUSHelper.cpp CheckMsg leaks |inFP| and |mbuf|. r=bbondy 2015-03-18 16:25:05 -07:00
Wes Kocher
8f53ff74b9 Merge m-c to fx-team a=merge CLOSED TREE 2015-03-18 16:04:40 -07:00
Wes Kocher
b86d5e6713 Merge fx-team to m-c a=merge 2015-03-18 15:38:20 -07:00
David Major
56656a287e Bug 1138794: Use an alternate crash report server on Windows XP SP2. r=ted a=lmandel 2015-03-19 10:29:15 +13:00
Jordan Santell
5730dbdc84 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
245d5618aa merge mozilla-inbound to mozilla-central a=merge 2015-03-18 13:51:53 +01:00
Jesse Ruderman
cca9879aa4 Bug 1144351 - Add newline at the end of 'JSDOMParser error' messages. r=mfinkle 2015-03-17 21:06:06 -07:00
Gijs Kruitbosch
9fd92ef910 No bug, update Readability.js to the version in github, rs=margaret,me per discussion earlier today 2015-03-17 20:58:58 -07:00
Matthew Noorenberghe
c63d22b32a Bug 1120129 - Allow per-site recipes to adjust the username/password field detection for autofill. r=dolske 2015-03-17 17:18:14 -07:00
Margaret Leibovic
152f4920fd Bug 1139678 - (Part 3) Don't try interacting with the window in AboutReader if it has been unloaded. r=Gijs 2015-03-17 14:41:28 -07:00
Margaret Leibovic
aaa20d3d7c Bug 1139678 - Don't do reader parse until user clicks on reader button. r=bnicholson 2015-03-12 20:06:37 -07:00
Ryan VanderMeulen
a4fe1a181c Merge m-c to inbound. a=merge
CLOSED TREE
2015-03-17 14:28:42 -04:00
George Wright
665aa63a58 Bug 1121272 - Only traverse child elements when traversing the <select> tree r=mconley 2015-03-17 13:02:54 -04:00
Bob Owen
9611802616 Bug 1135051: Add license for SuperFastHash to about:license. r=gerv 2015-03-17 16:04:04 +00:00
Hiroyuki Ikezoe
627985573c 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
21682b3a69 merge mozilla-inbound to mozilla-central a=merge 2015-03-17 11:36:52 +01:00
Carsten "Tomcat" Book
b700491232 Merge mozilla-central to fx-team 2015-03-17 11:53:48 +01:00
Tim Taubert
5dfb44a32d 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
caa3c54472 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
de34910bbc 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
249a02cd65 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
09ed35615d Bug 1141550 - (Part 2) Add missing import. r=me 2015-03-16 15:57:49 -07:00
Wes Kocher
a8d09ee8d3 Backed out changeset 35a52bd476cb (bug 1139678) for e10s bc1 orange 2015-03-16 15:24:16 -07:00
Margaret Leibovic
f8c75ef4cc Bug 1141550 - Register an AsyncShutdown blocker to persist download changes. r=paolo 2015-03-16 14:40:00 -07:00
Tom Tromey
593d58d1cf Bug 1142207 - add "^" to REGEX_CSS_VAR to fix variables in the rule view. r=pbrosset 2015-03-16 07:55:00 -07:00
Matthew Noorenberghe
aee6dc957a 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
64980af2f3 Bug 1134846 - Add a module to support per-site password manager recipes. r=dolske 2015-03-16 12:42:02 -07:00
Matthew Noorenberghe
cb986c3203 Bug 1134846 - Add helpers to create loggers that follow the signon.debug pref. r=dolske 2015-03-16 12:42:08 -07:00
Margaret Leibovic
ef879de218 Bug 1139678 - Don't do reader parse until user clicks on reader button. r=bnicholson 2015-03-12 20:06:37 -07:00
Patrick Brosset
849693442e Bug 1142170 - Intermittent browser_animation_actors_10.js 2015-03-13 16:30:00 +01:00
Patrick Brosset
aeda46e92a 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.
2015-03-13 15:54:10 +01:00
Alex Verstak
477f162e76 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
9080cb1deb 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.
2015-03-16 15:13:16 -07:00
Nicholas Nethercote
e147fb6d38 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.
2015-03-16 15:13:14 -07:00
Mike Hommey
0382ffd887 Bug 1143510 - Fix line numbers for removal errors during make package. r=gps 2015-03-17 10:04:20 +09:00
Wes Kocher
1109c5aa2c Backed out changeset 2693283b5d8b (bug 1142814) for bc1 orange 2015-03-16 17:45:45 -07:00
Nicholas Nethercote
1dfaa452f9 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.
2015-03-12 17:19:48 -07:00
Markus Stange
88be21ce91 Bug 1143273 - Add scale and menulist to the list of non-draggable things. r=dao 2015-03-14 16:23:38 -04:00
Stephen Pohl
8334bc893e Bug 1140523: Send correct onEnabling/onDisabling notifications when EME preferences change. r=mossop 2015-03-16 14:59:08 -04:00