Commit Graph

1781 Commits

Author SHA1 Message Date
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
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
J. Ryan Stinnett
b91cb9ca87 Bug 1103120 - Part 2: Add authenticators for each auth mode. r=past 2015-01-26 12:47:13 -06:00
J. Ryan Stinnett
14ee78a8c0 Bug 1103120 - Part 1: Add WiFi auth design doc. r=past 2015-01-26 12:47:12 -06:00
Patrick Brosset
bdd7c8a1a3 Bug 1110110 - 2 - Fix the "this.conn.getActor(...) is null" rejected promise; r=past 2015-01-26 11:39:48 +01:00
Phil Ringnalda
ef1df9316b Merge m-c to a CLOSED TREE m-i 2015-01-23 22:00:41 -08:00
Jennifer Fong
aebe730a28 Bug 1022797 - Device settings support. r=jryans 2015-01-22 11:21:00 -05:00
Patrick Brosset
b12a938674 Bug 1122435 - Part 2: Stop auto-refreshing AnimationPlayerActor's state when the animation has ended. r=miker 2015-01-16 01:42:00 -05:00
Patrick Brosset
2408a0aabb Bug 1122435 - Part 1: Reduce the animation player protocol traffic by only sending values that did change. r=miker 2015-01-16 01:39:00 -05:00
James Long
20e6f32cbe Bug 1122064 - add all scripts to ScriptStore, including all nested child scripts. r=fitzgen 2015-01-21 17:41:00 +01:00
Eddy Bruël
cd86708994 Bug 1121395 - _breakOnEnter should not use setBreakpoint;r=jlongster 2015-01-23 12:39:24 +01:00
Victor Porof
cb08895cb6 Bug 1105014 - Part 1: Sync actor times and overview selection with all the detail views in the new performance tool, r=jsantell 2015-01-22 12:20:55 -05:00
Carsten "Tomcat" Book
ab0388d75b Merge mozilla-central to fx-team 2015-01-22 14:46:42 +01:00
Carsten "Tomcat" Book
22bec65ed2 merge mozilla-inbound to mozilla-central a=merge 2015-01-22 14:30:51 +01:00
Eddy Bruël
c7ef1b2ff3 Bug 1121034 - Pass breakpoint conditions as a separate argument;r=jlongster 2015-01-22 09:39:28 +01:00
J. Ryan Stinnett
27c7cfdc0f Bug 731318 - Show transferred size in Net Monitor. r=vporof 2015-01-21 15:17:02 -06:00
Sami Jaktholm
ddaea7bc38 Bug 1121765 - Netmonitor: Store the first received hostname for a request and use it to determine HSTS and HPKP status. r=past 2015-01-20 13:43:38 +02:00
Jordan Santell
b4d86a2355 Bug 1055217 - Add front end for bypassing audio nodes in the web audio editor. r=vp 2015-01-20 10:28:00 -05:00
Mats Palmgren
6d6b073da6 Bug 1116714 part 1 - Store the document where we added anonomous content so we can call removeAnonymousContent() on it later without throwing. r=pbrosset
Store GlobalForObject for the document too to wallpaper weird devtools
test failures.  Filed as bug 1123362.
2015-01-20 18:20:03 +00:00
Eddy Bruël
4d291a4357 Bug 1107682 - Clean up the way we set breakpoints on newly introduced scripts;r=fitzgen 2015-01-19 14:44:26 +01:00
Eddy Bruël
931d1dcc01 Bug 1102441 - Use source actors instead of source forms in locations;r=fitzgen 2015-01-19 14:09:15 +01:00
Eddy Bruël
3bb5d57ee8 Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-19 13:58:45 +01:00
Wes Kocher
1f7c41def6 Merge inbound to m-c a=merge 2015-01-16 17:33:04 -08:00
James Long
cf8cf274c6 Bug 941287 - Show optimized out and other missing variables in the debugger variables view with the appropriate message. r=victorporof 2015-01-14 13:51:00 -05:00
Carsten "Tomcat" Book
91de255d65 Backed out changeset 4d427be40f81 (bug 1096490) for breaking m-oth tests on a CLOSED TREE 2015-01-15 15:12:13 +01:00
Carsten "Tomcat" Book
fadc2b6282 Merge mozilla-central to fx-team 2015-01-15 14:40:29 +01:00
Carsten "Tomcat" Book
d3d19914b9 merge mozilla-inbound to mozilla-central a=merge 2015-01-15 14:12:10 +01:00
Eddy Bruël
d744169d1b Bug 1096490 - Remove the deprecated-sync-thenables from protocol.js;r=bgrins 2015-01-15 13:22:31 +01:00
Shu-yu Guo
c4005df133 Bug 963879 - Part 4: Tests. (r=jimb) 2015-01-14 22:57:36 -08:00
Fabrice Desré
55d85fb741 Bug 1121227 - Don't harcode the system app origin in touch-events.js r=ochameau 2015-01-14 13:32:52 -08:00
Wes Kocher
ea25f48f64 Backed out 4 changesets (bug 963879) for jit1 bustage
Backed out changeset 4acf60209a94 (bug 963879)
Backed out changeset bbbcf8b4d66d (bug 963879)
Backed out changeset dd7b619dc152 (bug 963879)
Backed out changeset b14f46d65f73 (bug 963879)
2015-01-14 17:11:23 -08:00
Wes Kocher
def893ae5f Backed out 8 changesets (bug 1057082) for ASAN failures on a CLOSED TREE
Backed out changeset 0c1fabbfc583 (bug 1057082)
Backed out changeset 99213cacd671 (bug 1057082)
Backed out changeset 76d528767946 (bug 1057082)
Backed out changeset b1ad3dabec8f (bug 1057082)
Backed out changeset f927b9899077 (bug 1057082)
Backed out changeset 635e101ed2be (bug 1057082)
Backed out changeset a7d9f158838d (bug 1057082)
Backed out changeset b1cb68eadf6c (bug 1057082)
2015-01-14 15:26:50 -08:00
Shu-yu Guo
29eea3b97a Bug 963879 - Part 4: Tests. (r=jimb) 2015-01-14 15:18:43 -08:00
Ryan VanderMeulen
5ca24eefc9 Merge m-c to inbound. a=merge 2015-01-14 16:32:58 -05:00