Phil Ringnalda
4124f4b6e3
Merge f-t and m-i to m-c, a=merge
2016-05-15 20:37:48 -07:00
Mark Capella
3301837485
Bug 1262916 - Option to add custom search engine should disappear when site is added, r=margaret, florian
2016-05-14 16:43:51 -04:00
Chris Peterson
8a9e2d2bd4
Bug 1272513 - Part 2: Remove redundant -Wshadow CXXFLAGS from moz.build files. r=glandium
2016-05-14 00:54:55 -07:00
L. David Baron
55b6b3268e
Bug 1111440 - Replace rest of -moz-/Moz prefixed logical margin/padding/border properties with their standard versions. r=heycam
...
This patch was generated by the command:
find * -type f -exec sed -i -f ../mozpropsub {} \;
in the root of the repository, with the file ../mozpropsub containing:
s/-moz-padding-end\>/padding-inline-end/g
s/-moz-padding-start\>/padding-inline-start/g
s/-moz-margin-end\>/margin-inline-end/g
s/-moz-margin-start\>/margin-inline-start/g
s/-moz-border-end\>/border-inline-end/g
s/-moz-border-end-color\>/border-inline-end-color/g
s/-moz-border-end-style\>/border-inline-end-style/g
s/-moz-border-end-width\>/border-inline-end-width/g
s/-moz-border-start\>/border-inline-start/g
s/-moz-border-start-color\>/border-inline-start-color/g
s/-moz-border-start-style\>/border-inline-start-style/g
s/-moz-border-start-width\>/border-inline-start-width/g
s/\<MozPaddingEnd\>/paddingInlineEnd/g
s/\<MozPaddingStart\>/paddingInlineStart/g
s/\<MozMarginEnd\>/marginInlineEnd/g
s/\<MozMarginStart\>/marginInlineStart/g
s/\<MozBorderEnd\>/borderInlineEnd/g
s/\<MozBorderEndColor\>/borderInlineEndColor/g
s/\<MozBorderEndStyle\>/borderInlineEndStyle/g
s/\<MozBorderEndWidth\>/borderInlineEndWidth/g
s/\<MozBorderStart\>/borderInlineStart/g
s/\<MozBorderStartColor\>/borderInlineStartColor/g
s/\<MozBorderStartStyle\>/borderInlineStartStyle/g
s/\<MozBorderStartWidth\>/borderInlineStartWidth/g
The diffs for the following files:
layout/style/nsCSSPropAliasList.h
layout/style/test/property_database.js
layout/style/test/test_value_computation.html
were then manually removed from the patch.
MozReview-Commit-ID: 8fbYnlZcn9U
2016-05-14 00:00:18 -07:00
Chris Peterson
353ee65255
Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium
2016-05-11 00:00:01 -07:00
Patrick McManus
f03b618067
Bug 1236969 - remove autodialer r=valentin
2016-02-19 14:33:59 -05:00
Michal Novotny
490b63ff9c
Bug 1259129
- Fix wrong CondVar::Wait() usage in netwerk/cache, r=honzab
2016-05-13 08:56:22 +02:00
Ethan Tseng
7bf2d7f142
Bug 1214071 - Replace Get/RemoveCookiesForApp() with Get/RemoveCookiesWithOriginAttributes() r=ehsan
...
MozReview-Commit-ID: JTi1BwBVvyA
2016-01-08 17:58:56 +08:00
Jonathan Hao
9b7088faeb
Bug 1214071 - Tests for Get/RemoveCookiesWithOriginAttributes() r=ehsan
...
MozReview-Commit-ID: 5kqqfI9OdVn
2016-05-12 10:12:47 +08:00
Dragana Damjanovic
7cf5152088
Bug 669259 - Expose original header received from a peer. r=mcmanus
2016-05-12 14:33:00 -04:00
Honza Bambas
a8542b6e9c
Bug 1267195 - Correctly update HTTP cache size in UI only after we actually clear the cache. r=michal
2016-05-12 07:57:00 -04:00
Honza Bambas
d9981dcb53
Bug 1271019 - Don't call on nsIURI on non-main threads from HTTP cache back end. r=michal
2016-05-12 06:38:00 -04:00
Kyle Huey
c85171ace9
Bug 1269056: Part 1 - Implement a rough PostDelayedTask equivalent on nsThread. r=froydnj
2016-05-12 15:15:43 -07:00
Christoph Kerschbaumer
978f0ba0a2
Bug 1272345 - Gather Telemetry on URL redirects (r=valentin)
2016-05-12 19:38:22 +02:00
Christoph Kerschbaumer
67f5504fac
Bug 1272320 - Convert NS_ImplementChannelOpen to support asyncOpen2() r=mcmanus
2016-05-12 19:38:59 +02:00
David Keeler
c17f3a2733
bug 982932 - only allow Netscape-stepUp to be used for serverAuth for old CA certificates r=Cykesiopka,jcj
...
MozReview-Commit-ID: 88JhIU1pUji
--HG--
rename : security/manager/ssl/tests/unit/test_cert_eku/ee-int-nsSGC.pem.certspec => security/manager/ssl/tests/unit/test_cert_eku/ee-int-nsSGC-recent.pem.certspec
rename : security/manager/ssl/tests/unit/test_cert_eku/int-nsSGC.pem.certspec => security/manager/ssl/tests/unit/test_cert_eku/int-nsSGC-recent.pem.certspec
extra : rebase_source : 2f6251679a6f31cccb6d88bb51c567de9cc9bc76
2016-05-05 16:11:11 -07:00
Patrick McManus
86ffca654a
Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer
...
--HG--
extra : rebase_source : db44949e74498773f546be2e944194120ed4113f
2016-05-05 17:11:02 -04:00
Patrick McManus
a7bc1a51b1
Bug 1267474 - cache-control: immutable 2/3 r=mayhemer
...
--HG--
extra : rebase_source : 672e836ef7ce70c20f7f8da8baf9f109254246fe
2016-05-04 22:37:53 -04:00
Patrick McManus
2722b75b4d
Bug 1267474 - only revalidate strongly framed responses 1/3 r=mayhemer
...
--HG--
extra : rebase_source : 9e00df6a46684032e62da6e2e607a7f65ff63d87
2016-05-04 17:03:59 -04:00
Carsten "Tomcat" Book
1eaf608a83
Backed out changeset 4e86f3f05b07 (bug 1148161) for causing assertions
2016-05-12 14:35:39 +02:00
Valentin Gosu
e7616f0f45
Bug 1148161 - OfflineObserver seems to be racy r=honzab
2015-03-27 17:54:20 +02:00
Michal Novotny
06cf358ad0
Bug 1271527 - Crash in mozilla::net::WebSocketChannel::Notify, r=mcmanus
2016-05-12 13:28:50 +02:00
Christoph Kerschbaumer
c1dec946da
Bug 1206966 - Use channel->asyncOpen2() in netwerk/test/TestProtocols.cpp. r=mcmanus
2016-05-11 14:41:19 +02:00
Wes Kocher
1806870b06
Backed out 3 changesets (bug 1267474) foor test_immutable.js failures in xpcshell jobs
...
Backed out changeset 057f3f50441f (bug 1267474)
Backed out changeset 960d93f30c66 (bug 1267474)
Backed out changeset 0c059a0e87d7 (bug 1267474)
2016-05-11 10:32:33 -07:00
Wes Kocher
5c9f141313
Backed out changeset af74581564bc (bug 711886) for wpt bustage
2016-05-11 10:28:53 -07:00
Jason Duell
d3772280b8
Bug 711886. Fail Websocket if server replies with non-matching subprotocol r=mcmanus
2016-05-11 08:50:13 -07:00
Patrick McManus
aa7218be51
Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer
...
--HG--
extra : rebase_source : 118675f869e1735d527697f30efa84205ad7fcd1
2016-05-05 17:11:02 -04:00
Patrick McManus
aaaa179e7c
Bug 1267474 - cache-control: immutable 2/3 r=mayhemer
...
--HG--
extra : rebase_source : 5022699f221ecd3cb66336ef11c6863b89e8de88
2016-05-04 22:37:53 -04:00
Patrick McManus
7f770ceea1
Bug 1267474 - only revalidate strongly framed responses 1/3 r=mayhemer
...
--HG--
extra : rebase_source : 7cd8ceea26962af47daaab5fc786b24a773f3e47
2016-05-04 17:03:59 -04:00
Carsten "Tomcat" Book
79ae391df9
Backed out changeset 81d69d7cf909 (bug 1267474) for bustage on a CLOSED TREE
2016-05-11 16:10:51 +02:00
Carsten "Tomcat" Book
3ff5ccb3a0
Backed out changeset 928d0afa32b7 (bug 1267474)
2016-05-11 16:10:28 +02:00
Carsten "Tomcat" Book
a283044b21
Backed out changeset 2ab63d0cea9f (bug 1267474)
2016-05-11 16:10:27 +02:00
Patrick McManus
242180be37
Bug 1267474 - cache-control: immutable tests 3/3 r=mayhemer
2016-05-05 17:11:02 -04:00
Patrick McManus
068dddd27e
Bug 1267474 - cache-control: immutable 2/3 r=mayhemer
2016-05-04 22:37:53 -04:00
Patrick McManus
5bce2b10a7
Bug 1267474 - only revalidate strongly framed responses 1/3 r=mayhemer
2016-05-04 17:03:59 -04:00
Valentin Gosu
0f0ddf9ef5
Bug 1250739 - Increase test_user_agent_updates.html timeout to be larger than update interval r=mcmanus
...
Since the tests sets the update interval to 1 second, we should wait for _more_ than 1 second to check that the update succeeded.
2016-05-11 12:58:26 +02:00
Michal Novotny
ef6eda1f63
Bug 1267980 - Leak buffers in CacheFileChunk and CacheFileMetadata during shutdown, r=honzab
2016-05-11 11:46:54 +02:00
Patrick McManus
c6c1bde8c5
Bug 865314 - allow 6 parallel connects to new https origin r=hurley
...
--HG--
extra : rebase_source : 076b5ad9ec376185320eef2296cb888815297958
2016-03-31 16:51:03 -04:00
Michal Novotny
04256ec318
Bug 1253883 - Do not release mRWBuf until pending read/write operation finishes, r=honzab
2016-05-11 10:48:28 +02:00
Randell Jesup
73a32768d1
Bug 1271402: name and cleanup DataStorage thread when running XPCshell r=froyd,dkeeler
...
MozReview-Commit-ID: 2brXgEcp91J
2016-05-11 00:11:40 -04:00
Dragana Damjanovic dd.mozilla@gmail.com
275c209d7d
Bug 1270029 - Set mSignaled only if PR_Write succeeds. r=mcmanus
...
--HG--
extra : rebase_source : 43e7e5437728986c5c4c90c859b343467813b7b6
2016-05-04 01:29:00 -04:00
Tim Huang
7d71e717c7
Bug 1270423 - Fix the nsICookieManager.remove() to reference originAttributes correctly at release build. r=ehsan
2016-05-05 09:12:00 +02:00
Andrea Marchesini
61b52e4aa3
Bug 1267130 - Improve the URL segment calculation, r=valentin
2016-05-10 10:52:19 +02:00
Valentin Gosu
9ce8e9d28c
Bug 1269994 - Make test_user_agent_updates.html work in e10s r=nwgh
2016-05-09 18:38:40 +02:00
Daniel Stenberg
4e7bbc4cb6
Bug 1271131 - check inet_ntoa return code before use, r=mcmanus
2016-05-08 14:25:00 +02:00
Jed Davis
1f75ae7708
Bug 1270328 - Fix use-after-forget in WebSocket. r=mcmanus
2016-05-04 19:22:00 -04:00
Nathan Froyd
08c711b5df
Bug 1263197 - part 1 - use temporary variables in CacheIndex logging; r=michal.novotny
...
Using temporary variables here makes the code a bit clearer by not
repeating the readUint32 call. A temporary variable also avoids the
compiler complaining about not using the result of readUint32 (which is
a MOZ_MUST_USE function) for the upcoming logging disabling patch.
2016-05-06 09:11:17 -04:00
Phil Ringnalda
b0bd45708b
Bug 851214 followup, actually compile
...
CLOSED TREE
2016-05-05 20:24:20 -07:00
Yoshi Huang
de5b190579
Bug 1266022
- skip checking of LoadInfo for chrome resources. r=sicking
...
When tab with a userContextId!=0 contains a chrome page (such as
about:newtab) the userContextId in the LoadInfo won't match the
userContextId in the LoadContext. The LoadInfo will contain the
systemPrincipal and so use userContextId=0, the LoadContext has the
userContextId of the tab (!=0).
This is fine as long as we page only loads chrome-URLs and other
non-http URLs since those don't use cookies anyway.
So avoid asserting in this situation.
Long term we want the chrome page to use the default userContextId for
cookies, since that's what it chrome code normally use. This will work
properly once we get the cookie jar information from the LoadInfo rather
than from the LoadContext.
2016-05-06 11:04:50 +08:00
Jason Duell
fce2bbafc1
Bug 851214 - Allow OOP mozbrowser w/o enclosing app. r=billm
2016-02-18 17:37:00 -05:00