Граф коммитов

468316 Коммитов

Автор SHA1 Сообщение Дата
Geoff Brown 342c08673d Bug 1147918 - Add mach autophone command; r=bc 2016-03-29 14:50:15 -06:00
Michal Novotny f0418a0c73 Bug 1227136 - test for the crash, r=bagder 2016-03-29 22:28:27 +02:00
Nathan Froyd cccdd9fbca Bug 1177488 - use |const char*| for representing async call reasons; r=bz,fitzgen
Using a simple |const char*| is more memory-efficient than allocating a
JS string. We still have to allocate the JS string for passing things
into JS, but ideally we will be able to move the point of allocation
much closer to where it's actually needed, rather than indiscriminantly
doing it all the time.
2016-03-23 10:40:53 -04:00
Mihai Tabara 16d14681ea Bug 1256063 - Add bouncer aliases for dev branch too. r=rail a=release DONTBUILD
MozReview-Commit-ID: DiJnpok4zzA

--HG--
extra : rebase_source : a607af461b446c37b07d7fc6c4ed096e2bb6c193
2016-03-29 17:15:01 +01:00
Boris Zbarsky 4622df74e0 Bug 1104955 part 3. Pass our unscopable names to CreateInterfaceObjects and have it define the right thing on the prototype. r=khuey 2016-03-29 15:50:38 -04:00
Boris Zbarsky 99babb71e8 Bug 1104955 part 2. Make codegen output a list of unscopable names that we can then pass to CreateInterfaceObjects. r=khuey
Note that this does not take into account the exposed/enabled state of the
relevant properties.  This should be OK, I hope.  Taking that state into account
would be rather annoying, unfortunately.  We could make codegen fail if
something is conditionally exposed and unscopable, if desired...
2016-03-29 15:49:48 -04:00
Boris Zbarsky 052df2b3f5 Bug 1104955 part 1. Add parsing for [Unscopeable] in IDL. r=khuey 2016-03-29 15:49:45 -04:00
Boris Zbarsky 6f772d474f Add a test for bug 785941. r=ms2ger 2016-03-29 15:49:44 -04:00
Nicholas Hurley ccbf76c675 Bug 1260498 - Make test_rel_preconnect work in e10s mode. r=mcmanus
MozReview-Commit-ID: 3PGA2N73foH

--HG--
extra : rebase_source : b3837c38a8bf1847d207ebfc2d3ce60ddf826a01
2016-03-28 16:43:01 -07:00
Geoff Brown 5468e259d5 Bug 1181020 - Update to robotium 5.5.4; r=mcomella 2016-03-29 13:12:57 -06:00
Patrick McManus ea8cc58c8b Bug 1260218 - SocketTransportService socket expansion r=dragana 2016-03-23 20:44:28 -04:00
Patrick McManus ec0cba0fc1 Bug 1260491 - Disable autodial via pref r=dragana
--HG--
extra : rebase_source : 67ebce9e8adcdbd8b8ee515087a74be2fd1b1eaf
2016-03-23 17:48:59 -04:00
Kit Cambridge f57e60c641 Bug 1247089 - Log Web Push decryption errors. r=bkelly
MozReview-Commit-ID: HEEq8IPlwBx

--HG--
extra : rebase_source : 8501836fa322b3a09ffec21e83fdb32e4aa3abf5
2016-03-28 13:33:20 -07:00
Kit Cambridge c92c8e5179 Bug 1247089 - Add a mode to `ReportToConsoleNonLocalized` that ignores the calling location. r=bkelly
MozReview-Commit-ID: 3hAP7IgNxYs

--HG--
extra : rebase_source : fa07988a1359863ba12383055a6fbb81722f1363
2016-03-10 20:28:41 -08:00
Kit Cambridge 18c5c296ef Bug 1246341 - Add a test for push event error reporting. r=dragana
MozReview-Commit-ID: LABOJnYtpD5

--HG--
extra : rebase_source : 86c27b8a2deb388cdb34a82aebd12b042477acb5
2016-03-28 11:40:58 -07:00
Kit Cambridge d97d284c24 Bug 1246341 - Include status codes in "ack" and "unregister" requests. r=dragana
MozReview-Commit-ID: Gsh3FhTfvkX

--HG--
extra : rebase_source : 94b9afcf006a6201f01875df1aae20c8bb52fb76
2016-03-28 12:29:25 -07:00
Kit Cambridge d55b21e98b Bug 1246341 - Report push event errors and rejections to the Push service. r=baku
MozReview-Commit-ID: D6fRPqojOEh

--HG--
extra : rebase_source : 41c55862cb7393681fdea28e35b689a970a376c3
2016-03-28 11:50:39 -07:00
Andrea Marchesini 71a47168eb Bug 712329 - WebSocket should not complain in the console when the document is navigated away, r=smaug 2016-03-29 18:57:36 +01:00
Jeff Walden 3ef9bb2477 Bug 1259877 - Rename Invoke[GS]etter to Call[GS]etter, more in line with the spec's calling nomenclature. r=jorendorff
--HG--
extra : rebase_source : 4a810f7b6b6fc6a9849b827b8a593251e02cc915
2016-03-10 21:46:10 -08:00
Jeff Walden 7e3a50ba41 Bug 1259877 - Remove the unused JSObject::callMethod. r=jorendorff
--HG--
extra : rebase_source : 23a67cdd21e564d7f6575ec85a19b7c093cdddc7
2016-03-18 17:56:15 -07:00
Jeff Walden a1b0adad7b Bug 1259877 - Remove jsarray.cpp's now-unused SortComparatorFunction. r=mrrrgn
--HG--
extra : rebase_source : 39f56e9232cc09c2a64749731a607c270b741172
2016-03-21 15:51:01 -07:00
Jeff Walden eaedb4a7ed Bug 1259877 - Intl.cpp:GetInternals should directly return its result, not go via outparam. r=till
--HG--
extra : rebase_source : 5e3d0ff09fc3604f32641428f672c54f45d43937
2016-03-18 17:41:01 -07:00
Randell Jesup bbbc6476fd Bug 1256430: start AEC log independently of webrtc TRACE r=jesup,pkerr 2016-03-29 11:32:54 -04:00
Mason Chang 2b9181914e Bug 1250947. Fill area outside blur with solid color. r=mstange 2016-03-29 08:24:21 -07:00
Ting-Yu Chou 9ea65b71ed Bug 1255968 - Part 2: Implement puppet widget's HasPendingInputEvent() for interruptible reflow to work in content process. r=bz
--HG--
extra : rebase_source : cea071e17ad620a9a958ff897a1f18db73789977
2016-03-29 15:03:54 +08:00
Ting-Yu Chou 9c7a4ca7f0 Bug 1255968 - Part 1: Let the callback of PeekMessages() to return a boolean to be able to break out the loop. r=dvander
--HG--
extra : rebase_source : 98a2baf9c3926cdb0740979d4cb5c11d7cd6a312
2016-03-28 11:02:18 +08:00
Jim Mathies b77f9f8489 Bug 1148978 - Remove plugin window update composition deferment. r=mattwoodrow
MozReview-Commit-ID: AaRSO8RgY81

--HG--
extra : rebase_source : 59d78fe24f240f2dc14c3897af6bb9a58720596f
2016-03-24 09:40:26 -05:00
Jim Mathies 4752ace097 Bug 1148978 - Trigger paints when moving plugin windows around on the browser main thread. r=mattwoodrow
MozReview-Commit-ID: B75An9a5VTd

--HG--
extra : rebase_source : 140148e40901d5591e663a4f845b0037e66b1757
2016-03-24 09:32:02 -05:00
Ryan VanderMeulen 3c2d1d5060 Bug 1258241 - Fix a fuzzing typo on Win10. r=me
--HG--
extra : rebase_source : eb495ddb4d38b49edf70251a3d491df2f3dc0efb
2016-03-29 10:27:49 -04:00
Ryan VanderMeulen 7853cf9f02 Bug 1260055 - Skip test_bug597331.html and test_bug600570.html on Windows versions other than XP. r=ehsan
--HG--
extra : rebase_source : b21ff329905a0e3c96927577f74803bbd0e53ca0
2016-03-29 10:27:49 -04:00
Andrea Marchesini 5f2d5ca216 Bug 1260414 - WorkerDebuggerGlobalScope.setConsoleEventHandler should be able to receive a null param, r=bz 2016-03-29 15:56:10 +01:00
Ben Kelly 09994fa230 Bug 1249438 P3 Add a gtest that registers duplicate service worker registrations. r=baku 2016-03-29 07:20:48 -07:00
Ben Kelly b9f4a74086 Bug 1249438 P2 Modify existing gtest to use RegisterServiceWorkerInternal. r=baku 2016-03-29 07:20:48 -07:00
Ben Kelly a28d138da6 Bug 1249438 P1 Move guts of RegisterServiceWorker() into a protected method that can be tested in gtest. r=baku 2016-03-29 07:20:48 -07:00
Carsten "Tomcat" Book 1ca6cd33b5 Backed out changeset e93f8207a0b8 (bug 1181020) for breaking android on a CLOSED TREE 2016-03-29 15:57:27 +02:00
Carsten "Tomcat" Book cee1a58936 Backed out changeset 15058cd33731 (bug 1250054) for leaks
--HG--
extra : rebase_source : 4586059d7b80f6d417aa07dbf9877b170a64ccab
2016-03-29 15:52:29 +02:00
Carsten "Tomcat" Book c7515d6856 Backed out changeset fe425b8cb8cb (bug 1250054)
--HG--
extra : rebase_source : ea79fd42beb7cf841989816b227ce57209494355
2016-03-29 15:45:32 +02:00
Carsten "Tomcat" Book d65d442422 Backed out changeset ea3d6ace0405 (bug 1250054)
--HG--
extra : rebase_source : 2b4bcf5d740e874a146bb4993456717ae904d7ea
2016-03-29 15:45:31 +02:00
Andrea Marchesini a0ec26f56f Bug 1205647 - Re-enable some textfieldselection WPT for e10s, r=RyanVM 2016-03-29 14:52:40 +01:00
Nicolas B. Pierron 79a7becbc8 Bug 1259476 - Branch Pruning: Check if the Phi nodes have removed uses after popping them out of the worklist. r=jandem 2016-03-29 13:43:22 +00:00
Geoff Brown 84aae03963 Bug 1181020 - Update to robotium 5.5.4; r=mcomella 2016-03-29 07:33:35 -06:00
Alexander Surkov f04d43e6a0 Bug 1255614 - make ProcessInvalidationList to insert accessibles instead the recaching, r=yzen 2016-03-29 09:20:43 -04:00
Jacek Caban f9f4840853 Bug 1251375 - Cross compilation fixup. r=upstream 2016-03-29 15:05:23 +02:00
Jacek Caban a426bc75b7 Bug 1257262 - Removed invalid nsAString:Assign variant. r=bsmedberg 2016-03-29 15:04:19 +02:00
Carsten "Tomcat" Book 01caadd25e Merge mozilla-central to mozilla-inbound 2016-03-29 14:28:13 +02:00
Carsten "Tomcat" Book 3d6e689f8a merge mozilla-inbound to mozilla-central a=merge 2016-03-29 14:16:13 +02:00
Jan de Mooij 615d679373 Bug 1259699 - Adjust Windows stack limits to account for large PGO stack frames. r=bholley 2016-03-29 08:03:54 +02:00
Sotaro Ikeda 505c880bbe Bug 1259366 - Flush after eos of android::MediaCodec r=jolin 2016-03-28 21:39:05 -07:00
Michael Comella 824915003b Bug 1258605 - Don't show about:neterror when intents fail to load. r=margaret
Motivations are in the added comment.

MozReview-Commit-ID: 1EymB8rXzT5

--HG--
extra : rebase_source : 9023b03da828b57465cd72a0f06029aca3707fca
2016-03-25 17:36:37 -07:00
Michael Comella 32c7689da3 Bug 1164715 - Update tabs tray default thumbnail background color. r=grisha
The icon foreground was already the color antlam wanted it to be.

MozReview-Commit-ID: DnxTCMcukfD

--HG--
extra : rebase_source : a520f88aa2efecad0a7c38237deda24b9c0a9ab6
2016-03-25 18:02:38 -07:00