Simon Montagu
|
6e4302d578
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame.
|
2015-10-28 07:05:32 -07:00 |
|
Simon Montagu
|
b5b3f43e09
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame.
|
2015-10-28 07:05:32 -07:00 |
|
Simon Montagu
|
b43cdcd175
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame
|
2015-10-28 07:05:15 -07:00 |
|
Carsten "Tomcat" Book
|
f564979614
|
Backed out changeset 7393a036ce36 (bug 1215092) for failing on own tests on a CLOSED TREE
|
2015-10-28 14:28:59 +01:00 |
|
Carsten "Tomcat" Book
|
482fd71a46
|
Backed out changeset 2284c3e8c336 (bug 1215092)
|
2015-10-28 14:28:37 +01:00 |
|
Carsten "Tomcat" Book
|
ac9e934dca
|
Backed out changeset f527785e39c6 (bug 1215092)
|
2015-10-28 14:28:35 +01:00 |
|
Carsten "Tomcat" Book
|
8c87630a45
|
Backed out changeset 2730cc97c6ec (bug 1215092)
|
2015-10-28 14:28:34 +01:00 |
|
Andrea Marchesini
|
b86b61091a
|
Bug 1215092 - WebSocketEventService and WebSocket discovering - part 4 - MessageAvailable event, r=michal
|
2015-10-28 11:42:53 +00:00 |
|
Andrea Marchesini
|
1d0eeaf50e
|
Bug 1215092 - WebSocketEventService and WebSocket discovering - part 3 - Events, r=michal
|
2015-10-28 11:42:21 +00:00 |
|
Andrea Marchesini
|
3a9de67595
|
Bug 1215092 - WebSocketEventService and WebSocket discovering - part 2 - Unique Serial number for WebSocketChannel in IPC, r=michal
|
2015-10-28 11:42:00 +00:00 |
|
Andrea Marchesini
|
27800b0d52
|
Bug 1215092 - WebSocketEventService and WebSocket discovering - part 1 - Renaming WebSocketFrameService, r=michal
|
2015-10-28 11:41:24 +00:00 |
|
Carsten "Tomcat" Book
|
13e11e60f6
|
Backed out changeset 533f3277cdbb (bug 479520) for bustage on a CLOSED TREE
|
2015-10-28 12:29:27 +01:00 |
|
Carsten "Tomcat" Book
|
a5db13c0c1
|
Backed out changeset ce23fa9ffb16 (bug 479520)
|
2015-10-28 12:29:13 +01:00 |
|
Carsten "Tomcat" Book
|
95c1fc0fa9
|
Backed out changeset 80f9778bb787 (bug 479520)
|
2015-10-28 12:29:11 +01:00 |
|
Simon Montagu
|
c35ed375e1
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 3: test for transitional processing and CONTEXTJ, r=jfkthame.
|
2015-10-28 03:46:44 -07:00 |
|
Simon Montagu
|
24bc76a6ed
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 2: changes to existing tests, r=jfkthame.
|
2015-10-28 03:46:44 -07:00 |
|
Simon Montagu
|
0eb47abb65
|
Bug 479520: Implement IDNA2008 standard for International Domain Names, patch 1: build system changes, r=ted; code changes, r=jfkthame
|
2015-10-28 03:46:44 -07:00 |
|
Makoto Kato
|
2f5735f9c5
|
Bug 1218315 - Replace NS_LITERAL_STRING(...).get() with MOZ_UTF16(...) on netwerk. r=nfroyd
|
2015-10-28 14:30:07 +09:00 |
|
Ben Kelly
|
ac168cc23f
|
Bug 1217501 P1 Expose Accept and Accept-Language to service worker FetchEvent.request. r=mcmanus
|
2015-10-26 08:25:15 -07:00 |
|
Ehsan Akhgari
|
29b7ae8726
|
Bug 1206298 - Part 1: Update the expiration time on the fake cache entry object for an intercepted request in the non-e10s case; r=mcmanus
|
2015-10-27 11:58:29 -04:00 |
|
Jonathan Hao
|
088ac76c5a
|
Bug 1218284 - Match signed packages' with trust origin without suffix. r=valentin
|
2015-10-26 15:30:38 +08:00 |
|
Birunthan Mohanathas
|
68c551a17a
|
Bug 1217320 - Remove more XPIDL signature comments in .cpp files. r=froydnj
Comment-only, DONTBUILD.
|
2015-10-27 06:54:25 +02:00 |
|
Kyle Huey
|
3c530551ba
|
Bug 1216401: Eviscerate nsIDOMWindow, move still needed methods to nsPIDOMWindow. r=bz
|
2015-10-26 14:37:32 -07:00 |
|
Nicholas Hurley
|
c21ffadc79
|
Bug 1213060 (part 2) - Re-add state assertion in Http2Session::OnWriteSegment. r=mcmanus
|
2015-10-22 12:48:57 -07:00 |
|
Nicholas Hurley
|
fd10e5ac79
|
Bug 1213060 (part 1) - Properly handle discarding padding in Http2Session::OnWriteSegment. r=mcmanus
|
2015-10-26 12:13:53 -07:00 |
|
Wes Kocher
|
0d5477db94
|
Backed out 3 changesets (bug 1217501) for m(4) leaks CLOSED TREE
Backed out changeset f00f079f712b (bug 1217501)
Backed out changeset 86ac4feb0e38 (bug 1217501)
Backed out changeset 0c7e876a69e5 (bug 1217501)
|
2015-10-26 11:52:23 -07:00 |
|
Andrea Marchesini
|
a20df3fa60
|
Bug 1203802 - Websocket Frame Listener API for devtool Network Inspector - part 4 - IPC, r=michal
|
2015-10-26 15:31:00 +00:00 |
|
Andrea Marchesini
|
071a46a25d
|
Bug 1203802 - Websocket Frame Listener API for devtool Network Inspector - part 3 - timestamp, r=michal
|
2015-10-26 15:30:39 +00:00 |
|
Andrea Marchesini
|
3f4406a513
|
Bug 1203802 - Websocket Frame Listener API for devtool Network Inspector - part 2 - WebSocketFrameService, r=michal
|
2015-10-26 15:30:11 +00:00 |
|
Andrea Marchesini
|
6fb5a8c7f4
|
Bug 1203802 - Websocket Frame Listener API for devtool Network Inspector - part 1 - WindowID added into WebSocketChannel, r=michal
|
2015-10-26 15:29:28 +00:00 |
|
Ben Kelly
|
5b1962a08d
|
Bug 1217501 P1 Expose Accept and Accept-Language to service worker FetchEvent.request. r=mcmanus
|
2015-10-26 08:25:15 -07:00 |
|
Yury Delendik
|
027a50a4df
|
Bug 1217617 - Fixes nsURIChecker.cpp dependency on nsIURI. r=mcmanus
|
2015-10-22 17:21:59 -05:00 |
|
Ehsan Akhgari
|
590f4e13ba
|
Bug 1214277 - Avoid bypassing opening a cache entry for possibly intercepted channels; r=mcmanus
|
2015-10-24 00:39:08 -04:00 |
|
Patrick McManus
|
3f570ea522
|
bug 1217834 - buzzfeed packet loss r=dragana
|
2015-10-22 17:46:02 -04:00 |
|
Jonathan Hao
|
79d0f8b0c4
|
Bug 1216469 - Bypass verification for signed packages from trust origins. r=valentin
|
2015-10-22 17:09:44 +08:00 |
|
Henry
|
e8a186056f
|
Bug 1180088 - Use origin-based permission check on parent side for signed packaged web app. r=kanru.
|
2015-10-22 05:44:00 +02:00 |
|
Tooru Fujisawa
|
b05f60ac8d
|
Bug 1217316 - Remove for-each from netwerk/. r=jduell
|
2015-10-19 02:19:02 +09:00 |
|
Ben Kelly
|
77aacb07b0
|
Bug 1212904 P2 Add LoadTainting information to nsILoadInfo. r=jduell
|
2015-10-22 11:07:32 -07:00 |
|
Ben Kelly
|
65e09d3ae9
|
Bug 1212904 P1 Add a LoadTainting enumeration. r=jduell
|
2015-10-22 11:07:32 -07:00 |
|
Dragana Damjanovic
|
68af6b60e6
|
Bug 1214786 - Channelwrapper: Fix up maybeWrapChannel to wrap if not gecko internal channel (r=mayhemer,sicking)
|
2015-10-22 09:56:56 -07:00 |
|
Josh Matthews
|
666caea70f
|
Bug 1173811 - Part 2: Propagate the response URL to intercepted channels when necessary (e10s). r=mayhemer,bkelly
|
2015-10-22 09:23:48 -04:00 |
|
Josh Matthews
|
ff38046ae5
|
Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly
|
2015-10-22 09:23:39 -04:00 |
|
Masatoshi Kimura
|
7417a3ba42
|
Bug 1215796 - Remove the static fallback whitelist. r=keeler
|
2015-10-22 21:37:40 +09:00 |
|
Dragana Damjanovic
|
8b800510c1
|
Bug 1175685 - add OriginAttribute to LoadInfo. r=jonas, r=ckerschb, r=michal
|
2015-10-21 23:47:00 +02:00 |
|
Dragana Damjanovic
|
d50532b568
|
Bug 1175685 - Add special appId for SAFEBROWSING_APP_ID. r=ckerschb
|
2015-10-21 13:43:00 +02:00 |
|
Phil Ringnalda
|
244aa7b62e
|
Back out 2 changesets (bug 1173811 ) for test_synthesized_response.js timeouts
CLOSED TREE
Backed out changeset 56bc1314e660 (bug 1173811 )
Backed out changeset 0ad51d302ba9 (bug 1173811 )
|
2015-10-21 20:21:05 -07:00 |
|
Josh Matthews
|
bb99bf7279
|
Bug 1173811 - Part 2: Propagate the response URL to intercepted channels when necessary (e10s). r=mayhemer,bkelly
|
2015-10-21 00:05:40 -04:00 |
|
Josh Matthews
|
9424a7b41f
|
Bug 1173811 - Part 1: Propagate the response URL to intercepted channels when necessary (non-e10s). r=mayhemer,bkelly
|
2015-10-21 00:05:40 -04:00 |
|
Wes Kocher
|
47aa05578b
|
Merge m-c to inbound, a=merge CLOSED TREE
|
2015-10-21 16:39:18 -07:00 |
|
Wes Kocher
|
516e0cdbdd
|
Merge b2ginbound to central, a=merge
|
2015-10-21 16:37:24 -07:00 |
|