Commit Graph

225735 Commits

Author SHA1 Message Date
Nikhil Marathe
380e3f26b2 Bug 1113631 - Remove registration when installation failure occurs. Fixes spec issue #547. r=baku
--HG--
extra : transplant_source : l%8C%98%C3%19%7C/%5C%076ZS%26%8DR%EDzM%CB%04
extra : histedit_source : 3acd229eebf3367ccf98faaf02d1330942c1cda0
2014-11-05 14:43:51 -08:00
Nikhil Marathe
ad0805a969 Bug 1113627 - Refactor lifecycle event dispatching and handling. r=baku,bz
--HG--
extra : transplant_source : %E9%C4%13%80%CA%EEj%8D%17%A0LE%F3Tm%0F%EB%2B%3D3
extra : histedit_source : e16da08aa5dca392ad6270a3b03c05c74d1a5ad6
2014-12-19 05:01:53 -08:00
Jeff Walden
ea0027b073 Bug 949220 - Make all the Intl objects' finalizers tiptoe around an unavoidable, intermediate-state OOM bug during construction of these objects. The underlying issue sadly remains. r=efaust
--HG--
extra : rebase_source : 3f771c10849284253e2f6b4a367142c67b4e7fee
2015-01-26 17:14:59 -08:00
Jeff Walden
4a0edf81d2 Bug 1111101 - Add a test. (This was fixed by another bug since its filing, woo.) r=test
--HG--
extra : rebase_source : 5e2fca4e1f1f84e38634af7090c222330c4a42e7
2015-01-24 04:16:50 -08:00
Jeff Walden
227181b473 Bug 1122286 - Correctly detect unparenthesized yield expressions in argument lists when syntax parsing and report a syntax error. r=jorendorff on the first version, f=shu on a version functionally equivalent but with a different paint job
--HG--
extra : rebase_source : 4b630f573b90981c0c6cee8b3bfd92ce06173127
2015-01-15 15:01:54 -08:00
Jeff Walden
160a0f7e82 Bug 1122286 - Add proper expected line numbers for all unparenthesized comma expressions as tail expression in comprehensions (that is, |(for (x of []) 1, 2)|). The comma isn't considered part of the expression, so a closing parenthesis is expected where the comma is. And because *all* of these strings have |1, | at the starts of these, every single one has line number 1. r=shu
--HG--
extra : rebase_source : 1eef0f2cec1c4de3dabfb98779b4e49ad25d364c
2015-01-22 17:10:25 -08:00
Jeff Walden
2c87b94d39 Bug 1122286 - Add correct line numbers to the tests checking for the correct error parsing the iterable in a for-of comprehension. r=shu
--HG--
extra : rebase_source : c6ba002caccfb9d74f8a54b86405a3bd424228ce
2015-01-22 16:57:22 -08:00
Jeff Walden
3926d36370 Bug 1122286 - Add custom line numbers to every expected error in ecma_6/Comprehensions/error-messages.js. The numbers for three error messages are obviously wrong, but they're (before and after this patch) unchecked, so it's not a problem. These numbers will be checked and fixed in followup patches. r=shu
--HG--
extra : rebase_source : 96c5bd096fcc4f9c51b3ce4a752459aa124ffae7
2015-01-22 16:42:12 -08:00
Jeff Walden
ca6eb3b2e6 Bug 1112774 - Remove JS_DoubleTo{Ui,I}nt32 in favor of JS::To{Ui,I}nt32. r=jorendorff
--HG--
extra : rebase_source : 0f526faad2330aea9b8738d476aed5ce9aefde1e
2015-01-07 10:06:03 -06:00
Jeff Walden
d2d785f69e Bug 1112774 - Add a raft of other conversion methods to js/public/Conversions.h past just JS::ToObject. r=jorendorff
--HG--
extra : rebase_source : 5d04a08a8fd51952283ce2a819149da035311b59
2014-12-17 13:50:20 -08:00
Robert Longson
8480ab2033 Bug 1125647 - mark remaining SVGAnimatedXXX webidl attributes as [Constant]. r=dholbert, sr=bzbarsky 2015-01-27 15:18:43 +00:00
Ryan VanderMeulen
22931abf01 Merge m-c to inbound. a=merge 2015-01-27 10:13:18 -05:00
Ben Hearsum
951cefd87f Bustage fix for bug 1125921: update mozconfig whitelists. r=bustage a=bustage 2015-01-27 10:11:13 -05:00
Carsten "Tomcat" Book
39defe4e2f merge fx-team to mozilla-central a=merge 2015-01-27 15:27:01 +01:00
Carsten "Tomcat" Book
cf8f9a30c3 merge mozilla-inbound to mozilla-central a=merge 2015-01-27 15:21:33 +01:00
Carsten "Tomcat" Book
e5f4f96ce4 merge b2g-inbound to mozilla-central a=merge 2015-01-27 15:17:46 +01:00
Ben Hearsum
945d107c0d bug 1125921: add win64 mozconfigs. r=rail, a=tomcat,no-l10n-on-inbound 2015-01-27 08:34:46 -05:00
Carsten "Tomcat" Book
dbe1564b12 Backed out changeset 0767ae5882f9 (bug 1125770) for static analysis build bustage on a CLOSED TREE 2015-01-27 11:20:14 +01:00
Carsten "Tomcat" Book
9ab3148719 Backed out changeset bbd77af91d82 (bug 1125490) for reftests failures on a CLOSED TREE 2015-01-27 11:16:28 +01:00
Carsten "Tomcat" Book
4b5cf31784 Backed out changeset b44e10f83623 (bug 1125490) 2015-01-27 11:15:04 +01:00
Robert Longson
875e05e29d Bug 1125647 - make SVGAnimatedPreserveAspectRatio::ToDOMAnimatedPreserveAspectRatio just return the value. r=dholbert 2015-01-27 09:51:34 +00:00
Brian Hackett
4a8081bcbc Bug 1125770 - Always mark |this| slot as part of an Ion frame, r=jandem. 2015-01-27 02:50:35 -07:00
Brian Hackett
468b488384 Bug 1116855 - Add default-disabled unboxed objects for use by interpreted constructors, r=jandem. 2015-01-27 02:47:25 -07:00
Edwin Flores
6e2e5e7997 Bug 1124491 - Add HTMLMediaElement.isEncrypted attribute - r=cpearce,bz 2015-01-27 19:10:11 +13:00
Edwin Flores
a6c5c6b94f Bug 1124491 - Test HTMLMediaElement.isEncrypted attribute - r=cpearce 2015-01-27 19:10:11 +13:00
Edwin Flores
87534954ee Bug 1118383 - Plug memory leak in openaes - r=cpearce 2015-01-27 19:10:11 +13:00
B2G Bumper Bot
411696eadd Bumping manifests a=b2g-bump 2015-01-26 19:17:07 -08:00
B2G Bumper Bot
a36828cd3d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/080bbea403be
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #27663 from steveck-chung/cb-dsds

Bug 1118154 - [FFOS7715 v2.1] [dolphin] FFOS can not receive Cell Broadcast messages on SIM2, r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/faba5bc21f6e
Author: Steve Chung <schung@mozilla.com>
Desc: Bug 1118154 - [FFOS7715 v2.1] [dolphin] FFOS can not receive Cell Broadcast messages on SIM2, r=kgrandon
2015-01-26 19:15:24 -08:00
Ryan VanderMeulen
e62a56bf6c Merge fx-team to m-c. a=merge 2015-01-26 16:34:12 -05:00
Ryan VanderMeulen
0de38c2525 Merge inbound to m-c. a=merge 2015-01-26 16:28:17 -05:00
Mark Banner
ddc2d66b20 Bug 1125775 - Add information about the front-end unit tests and ui-showcase to Loop's README.txt. DONTBUILD as NPOTB. r=nperriault 2015-01-26 18:56:20 +00:00
J. Ryan Stinnett
75a1836a00 Bug 1103120 - Part 21: Client: Close streams when connection refused. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
d0a35c4378 Bug 1103120 - Part 20: B2G: Use OOB auth via WiFi. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
21916907fd Bug 1103120 - Part 19: OOB cert auth tests. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
9f814d7f85 Bug 1103120 - Part 18: Client: Validate random value, debugging begins. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
e131c365c4 Bug 1103120 - Part 17: Server: Default receive OOB dialog. r=past 2015-01-26 12:47:14 -06:00
J. Ryan Stinnett
56ff654c84 Bug 1103120 - Part 16: Server: Receive OOB data from client. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
bbc7ff5766 Bug 1103120 - Part 15: Client: Compare server cert to advertisement. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
2c47d774ee Bug 1103120 - Part 14: Client: Send OOB data to server. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
e2b7e2486e Bug 1103120 - Part 13: Client: Set cert when connecting. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
c77511dcde Bug 1103120 - Part 12: Client: Receive pending auth message from server. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
3c1e0ad2ec Bug 1103120 - Part 11: Client: Pass auth settings from advertisement. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
3d2a406872 Bug 1103120 - Part 10: Server: Send pending auth message to client. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
3655cd65ea Bug 1103120 - Part 9: Server: Require client cert, add cert to session. r=past
This exposes the server and client certs as part of the session info available
to authenticators and prompts.
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
166f218b60 Bug 1103120 - Part 8: Server: Use promises and results in allowConnection. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
f6e31ab77a Bug 1103120 - Part 7: Server: Provide session to default prompt. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
29337858db Bug 1103120 - Part 6: Server: Move allowConnection to authenticator. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
bb9766c699 Bug 1103120 - Part 5: Server: Create connection object on accept. r=past
Extract the socket accept logic into a new object, in preparation for more
complex steps to handle authentication.  As a bonus, the new workflow ensures
that the TLS handshake is validated before handing the connection of to the
DebuggerServer.
2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
616b80b165 Bug 1103120 - Part 4: Server: Move default prompt to new file. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
3dcd66c8fb Bug 1103120 - Part 3: Server: Advertise cert for authentication. r=past 2015-01-26 12:47:13 -06:00