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

390507 Коммитов

Автор SHA1 Сообщение Дата
Eric Faust 5f99a47be9 Bug 611388 - |const| should be block scoped and require an initializer. (r=shu) 2014-10-30 17:27:03 -07:00
Eric Faust a49ab6595d Bug 611388 - Part 0: Sanify how const is handled by Reflect.parse. (r=shu) 2014-10-30 17:27:01 -07:00
Shu-yu Guo 5bc72c0ad2 Bug 1082875 - Make BytecodeSite a TempObject to save on duplicates. (r=djvj) 2014-10-30 17:23:04 -07:00
Mike Hommey 5c41b709cb Followup for bug 1091118: Also export RANLIB to unbust android builds on mac. r=gps 2014-10-31 08:51:33 +09:00
Brian Smith 2d31127cff Reland Bug 1063281, Part 9: Switch Gecko from NSS to CheckCertHostname, r=keeler
--HG--
extra : rebase_source : 3a5e3bc2e113035e9c88b571bac68f3dbe2c8f04
2014-10-28 15:28:38 -07:00
Brian Smith 774861532b Bug 1089104: Add support for TeletexString-encoded CN-IDs to CheckCertHostname, r=keeler
--HG--
extra : rebase_source : 320794deae857a574f509b7277ea64576abd37b3
2014-10-29 17:19:45 -07:00
Brian Smith 228f03d6d1 Bug 1089393: Fix hex excape sequences ('\0x' -> '\x') in pkixnames_tests.cpp, r=mmc
--HG--
extra : rebase_source : a0136045ce9b957976f8eb2ef8ad6c9eae0a8ad7
2014-10-26 11:29:42 -07:00
Boris Zbarsky e80be7f15c Bug 1089026 part 5. Eliminate the ability to provide a non-global parent object to JS::CompileFunction and company except via the scopeChain API. r=waldo 2014-10-30 19:40:29 -04:00
Boris Zbarsky 8c3d40d482 Bug 1089026 part 4. Change the CompileFunction calls in the component loader and subscript loader to pass in their desired scope chains. r=bholley 2014-10-30 19:40:29 -04:00
Boris Zbarsky 5c64bd8645 Bug 1089026 part 3. Add a friend API for getting the scope object for a function, if it has one. r=shu 2014-10-30 19:40:28 -04:00
Boris Zbarsky 5cdadade62 Bug 1089026 part 2. Refactor the CompileFunction code to allow cleanly separating whether we're passing in an object to define the function on or a scope chain. This change should not cause any behavior changes. r=shu 2014-10-30 19:40:28 -04:00
Boris Zbarsky b78b66a6c7 Bug 1089026 part 1. Eliminate the "parent" argument to JS_CloneFunctionObject to make callers use the scopeChain version if they want something other than the global. r=shu,peterv 2014-10-30 19:40:28 -04:00
Boris Zbarsky 1f640ff753 Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv 2014-10-30 17:43:42 -04:00
Boris Zbarsky e08b9cd7ca Bug 1088228 part 5. Use the new CloneFunctionObject in XBL. r=peterv 2014-10-30 17:40:17 -04:00
Boris Zbarsky 7156407be9 Bug 1088228 part 4. Add a version of JS_CloneFunctionObject that allows passing in a scope chain. r=shu 2014-10-30 17:40:15 -04:00
Boris Zbarsky 34e3aa2366 Bug 1088228 part 3. Use the new nsJSUtils API for event handlers. r=peterv 2014-10-30 17:40:13 -04:00
Boris Zbarsky 644beaf30b Bug 1088228 part 2. Create an nsJSUtils API for building the scope chain for a given Element. r=peterv 2014-10-30 17:40:09 -04:00
Boris Zbarsky 38493ba5e9 Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv 2014-10-30 17:38:48 -04:00
Wes Kocher e0d9ddc182 Backed out 6 changesets (bug 1088228) for static analysis bustage
Backed out changeset 13ecff800114 (bug 1088228)
Backed out changeset de692c3335f2 (bug 1088228)
Backed out changeset 2d449a2b4e1c (bug 1088228)
Backed out changeset 49ac8f33ab70 (bug 1088228)
Backed out changeset 920d50e84a17 (bug 1088228)
Backed out changeset 55f4818378e4 (bug 1088228)
2014-10-30 16:24:02 -07:00
Monica Chew 3e0f2fd921 Bug 1004781: Actually remove the pinset (r=keeler) 2014-10-30 16:21:09 -07:00
Monica Chew 1e19be7e65 Bug 1004781: Remove our pinset for facebook since it's in chromium now (r=keeler) 2014-10-30 16:14:19 -07:00
Blake Kaplan 3d1299294d Bug 1056018 - Mark the a few IPC calls as urgent priority to deal with edge cases involving CPOWs. r=billm (with one bugfix written by him and r=me) 2014-10-30 15:51:39 -07:00
Wes Kocher 743b7381d3 Backed out changeset 4ed63d7489fe (bug 1087541) for b2g mochitest-9 failures 2014-10-30 14:56:03 -07:00
John Schoenick 1218c93b60 Bug 1090530 - Ensure that we unregister preference observers in nsPresContext unlink. r=roc 2014-10-30 14:49:01 -07:00
Boris Zbarsky c33d0bc4e2 Bug 1088228 part 6. Simplify the DOM GetParentObject setup, now that we no longer rely on it for scope chains. r=peterv 2014-10-30 17:43:42 -04:00
Boris Zbarsky 39bf0debd0 Bug 1088228 part 5. Use the new CloneFunctionObject in XBL. r=peterv 2014-10-30 17:40:17 -04:00
Boris Zbarsky 347688a3f0 Bug 1088228 part 4. Add a version of JS_CloneFunctionObject that allows passing in a scope chain. r=shu 2014-10-30 17:40:15 -04:00
Boris Zbarsky d29ace60f6 Bug 1088228 part 3. Use the new nsJSUtils API for event handlers. r=peterv 2014-10-30 17:40:13 -04:00
Boris Zbarsky 677958f38c Bug 1088228 part 2. Create an nsJSUtils API for building the scope chain for a given Element. r=peterv 2014-10-30 17:40:09 -04:00
Boris Zbarsky a8f73d5f5b Bug 1088228 part 1. Introduce an nsINode API for getting the scope chain parent for a given node. r=peterv 2014-10-30 17:38:48 -04:00
Brian Marshall 913151dffd Bug 82711 - Fix error with some compilers from previous patch. r=bzbarsky 2014-10-30 06:09:22 -07:00
Boris Zbarsky 8a63fa13ce Bug 1091795. Unregress octane-box2d by not treating some cases when we can't generate a baseline stub as unoptimizable accesses. r=jandem
In particular, if the access is unoptimizable for temporary reason, like a
scripted accessor not having jitcode compiled yet or an accessor being in the
nursery, we don't want to permanently mark the access spot unoptimizable.  At
some point the accessor will gain jitcode or be tenured and then we can
optimize the access.
2014-10-30 17:36:08 -04:00
Andrew McCreight c1d2784a73 Bug 1080096 - Clear UDPSocketChildBase::mSocket in ReleaseIPDLReference(). r=schien
This breaks a possible cycle between UDPSocketChild and UDPSocket.

The nulling out must be done before the Release, because the Release may destroy |this|.
2014-10-30 14:12:09 -07:00
Wes Kocher 7a6118665b Bug 1090555 - Disable test on mulet r=me 2014-10-30 14:10:07 -07:00
Chris Manchester f361b4e1ec Bug 1091413 - Refrain from printing the command args with each call to process_output in mozlog's machformatter;r=jgraham 2014-10-30 11:37:22 -04:00
Bill McCloskey 8360d49dfc Bug 1090627 - Disable some failing reftests for e10s (r=mattwoodrow) 2014-10-29 15:18:12 -07:00
Ryan VanderMeulen 618a8fabc6 Merge m-c to inbound. a=merge
--HG--
rename : dom/tv/test/file_app.sjs => dom/tv/test/mochitest/file_app.sjs
rename : dom/tv/test/file_app.template.webapp => dom/tv/test/mochitest/file_app.template.webapp
rename : dom/tv/test/file_tv_non_permitted_app.html => dom/tv/test/mochitest/file_tv_non_permitted_app.html
rename : dom/tv/test/mochitest.ini => dom/tv/test/mochitest/mochitest.ini
rename : dom/tv/test/test_tv_non_permitted_app.html => dom/tv/test/mochitest/test_tv_non_permitted_app.html
extra : rebase_source : 43e1262bc9912ae6b97ec9302a1bc149e51c8e1e
2014-10-30 16:19:07 -04:00
Kyle Huey bad15624f2 Bug 1072773: Add a preference for enabling SQLite's synchronous=FULL mode in IndexedDB. r=bent 2014-10-30 13:18:33 -07:00
Ryan VanderMeulen 9a87c4aa6f Merge inbound to m-c. a=merge 2014-10-30 16:03:53 -04:00
Ryan VanderMeulen 40eb4a65d8 Merge b2g-inbound to m-c. a=merge 2014-10-30 15:58:07 -04:00
Ryan VanderMeulen aa8a043e5d Backed out changeset 299bc1ce71c0 (bug 1089472) for making the webapps tests permafail. 2014-10-30 14:28:11 -04:00
B2G Bumper Bot 3f666d501c Bumping manifests a=b2g-bump 2014-10-30 11:26:57 -07:00
B2G Bumper Bot 3bfa49dd1d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/5b7182e0e489
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25369 from JohanLorenzo/bug-1086269

Bug 1086269 - Add a test to set up a conference call

========

https://hg.mozilla.org/integration/gaia-central/rev/62e37df0cec6
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1086269 - Add a test to set up a conference call
2014-10-30 11:20:48 -07:00
B2G Bumper Bot a3a43c25af Bumping manifests a=b2g-bump 2014-10-30 11:07:35 -07:00
B2G Bumper Bot 899b055996 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/526ae5cabe8c
Author: viorelaioia <viorela.ioia@softvision.ro>
Desc: Merge pull request #25611 from chirarobert/browser_save_image

Bug 1090087 - Add test for saving an image from a webpage

========

https://hg.mozilla.org/integration/gaia-central/rev/23d8145203c4
Author: Robert Chira <robertchira@P5075.(none)>
Desc: Bug 1090087 - Add test for saving an image from a webpage
2014-10-30 11:05:49 -07:00
B2G Bumper Bot caaef0c301 Bumping manifests a=b2g-bump 2014-10-30 10:36:58 -07:00
B2G Bumper Bot 819613726d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4bf5b539097e
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #25470 from eeejay/bug-1088053

Bug 1088053 - Lockscreen input window state should initially have aria-h... r=snowmantw

========

https://hg.mozilla.org/integration/gaia-central/rev/ed6a9182056b
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 1088053 - Lockscreen input window state should initially have aria-hidden=true
2014-10-30 10:30:49 -07:00
B2G Bumper Bot 193810f2fe Bumping manifests a=b2g-bump 2014-10-30 10:17:06 -07:00
B2G Bumper Bot d24f26f93b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/959cdae008fd
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #25415 from ADLR-es/vcard-from-mail-test

Bug 1087402 - [contacts] Integration tests for bug #974589 (follow up)

========

https://hg.mozilla.org/integration/gaia-central/rev/42f0cd49758d
Author: Adrián de la Rosa <hola@adlr.es>
Desc: Bug 1087402 - [contacts] Integration tests for bug #974589 (follow up)
2014-10-30 10:10:50 -07:00
B2G Bumper Bot d4bc8b5548 Bumping manifests a=b2g-bump 2014-10-30 09:47:04 -07:00