Commit Graph

185585 Commits

Author SHA1 Message Date
Ed Morley
801266221a Backed out changeset 8bf85356ef86 (bug 8430335) 2014-05-30 17:15:09 +01:00
James Graham
741802dee7 Bug 1015287 - Add complete example to mozlog.structured documentation, r=wlach 2014-05-30 17:10:26 +01:00
Jeff Muizelaar
58a0bf276c Bug 8430335. Fix NS_ABORT_IF_FALSE breakage.
CLOSED TREE
2014-05-30 11:11:35 -04:00
Jan-Ivar Bruaroey
5a80883fa7 Bug 1017774 - Relax stats test on minimum rtp payload from 8 bytes to 1. r=jesup 2014-05-29 15:12:06 -04:00
David Fifield
1d3720fb4e Bug 1017769 - Make the CONNECT Host header the same as the Request-URI. r=mcmanus
It's possible to construct a request where the Host header differs from
the authority in the URL, for example in an extension with
nsIHttpChannel and setRequestHeader. MakeConnectString generates a
host:port string for the CONNECT Request-Line, but peeks into the
tunneled request in order to copy the Host header to the proxy request.

Instead, use the same host:port string for Host as is used in the
Request-URI, to avoid revealing the plaintext of the Host header outside
of the tunnel.
2014-05-29 11:01:02 -07:00
Nick Lebedev
448ecdf48d Bug 1014838 - Add testing of the apzc state correctness after tap gestures. r=kats, r=botond 2014-05-29 23:00:31 -07:00
Qeole
e767fe7a59 Bug 1011136 - Add a histogram for plugin startup duration. r=bsmedberg 2014-05-30 07:14:00 -04:00
Bob Owen
ea60bbce24 Bug 985135 - When owner is a null principal, propagate to replacement channel on redirect. r=bz 2014-05-28 15:04:04 +01:00
Cykesiopka
ea035ab7a4 Bug 917510 - Replace SHA-1 fingerprints of EV certs in ExtendedValidation.cpp with SHA-2 fingerprints. r=briansmith, r=kwilson 2014-05-30 00:01:00 -04:00
Emilio Pozuelo Monfort
3a0b343ee2 Bug 624422 - Clean up MOZ_WIDGET_GTK usages. r=karlt
Based on a patch from Mike Hommey.
2014-05-28 04:23:00 -04:00
Emilio Pozuelo Monfort
0a6f0617ab Bug 624422 - Let plugin-container load libmozgtk2. r=glandium 2014-05-01 13:37:48 +02:00
Emilio Pozuelo Monfort
a74fc6c1fb Bug 624422- Add libmozgtk libraries so that libxul can use GTK+ 2 and 3. r=glandium
This is necessary for plugins when building libxul for GTK+ 3
because libxul will link against GTK+ 3 and some plugins link
against GTK+ 2, but both GTK+ libraries can't be loaded in the
same process. With this change, we have an indirection between
libxul and libgtk, named libmozgtk. plugin-container will
be modified to load libmozgtk2 in order to only have GTK+ 2
in its address space, thus enabling various plugins (e.g. flash)
on GTK+ 3 firefox.
2014-05-01 13:36:05 +02:00
Emilio Pozuelo Monfort
17f7f5a871 Bug 624422 - Remove GDK_THREADS_ENTER/LEAVE calls. r=karlt
We don't use them consistently and they cause problems when
building for GTK+ 3, so just drop them entirely.
2014-05-01 13:27:04 +02:00
Emilio Pozuelo Monfort
2a900375b8 Bug 624422 - Force OOP plugins on GTK3. r=karlt 2014-05-01 13:25:34 +02:00
Jeff Muizelaar
e159bb1699 Bug 8430335. Cache the current context on B2G. r=jgilbert
This avoids the call to EGLGetCurrentContext() which calls
EGLGetError which can be expensive.

--HG--
extra : rebase_source : dc1357cdd45979b741d132b54f2a77cdde95bd00
2014-05-30 10:43:50 -04:00
Bill McCloskey
84acd059f7 Bug 1016738 - Simplify/fix "dead compartment" logic (r=luke,jonco) 2014-05-30 07:46:12 -07:00
Bill McCloskey
d9d79b3412 Bug 1017150 - Fix zone assertions in breakpoint sweeping (r=jonco) 2014-05-30 07:46:09 -07:00
Brian Hackett
1fcf449977 Bug 965068 - Rename WorkerThread to HelperThread, r=jorendorff. 2014-05-30 08:45:02 -06:00
Nathan Froyd
c5a3c603c2 Bug 1017661 - remove MOZ_NSS_PATCH functionality; r=glandium 2014-05-29 12:16:58 -04:00
Dan Gohman
d536e55679 Bug 1016137 - IonMonkey: Don't set successorWithPhis when the successor does not have phis. r=nbp 2014-05-30 06:28:09 -07:00
Carsten "Tomcat" Book
7435e1ca4f Merge mozilla-central to mozilla-inbound 2014-05-30 14:45:33 +02:00
Carsten "Tomcat" Book
55ece3cb3b merge b2g-inbound to mozilla-central
--HG--
rename : dom/datastore/DataStoreImpl.jsm => dom/datastore/DataStoreImpl.js
2014-05-30 14:38:11 +02:00
Carsten "Tomcat" Book
c1da77e2b2 merge fx-team to mozilla-central 2014-05-30 14:28:16 +02:00
Joel Maher
4a01fb5fe9 Bug 1014503 - running devtools tests via mochitest-browser gives unhelpful error message. r=ted 2014-05-30 08:17:05 -04:00
Ms2ger
af6c726c7d Merge mozilla-inbound to mozilla-central. 2014-05-30 14:07:35 +02:00
Jan de Mooij
a0d486b8f0 Bug 1017539 part 7 - Move StoreSlotT codegen to platform-independent code, remove some code duplication. r=sstangl 2014-05-30 12:51:42 +02:00
Jan de Mooij
1173fe4b11 Bug 1017539 part 6 - Move InterruptCheck codegen to platform-independent code. r=sstangl 2014-05-30 12:51:42 +02:00
Jan de Mooij
892c579f8f Bug 1017539 part 5 - rm unused MImplicitThis/LImplicitThis. r=sstangl 2014-05-30 12:51:42 +02:00
Jan de Mooij
c05b08ea86 Bug 1017539 part 4 - Move LoadElementT codegen to platform-independent code. r=sstangl 2014-05-30 12:51:42 +02:00
Jan de Mooij
3859d6b7c2 Bug 1017539 part 3 - Some LoadElementT cleanup. r=sstangl 2014-05-30 12:51:41 +02:00
Jan de Mooij
2ab1fce662 Bug 1017539 part 2 - Move LoadSlotT codegen to platform-independent code. r=sstangl 2014-05-30 12:51:41 +02:00
Jan de Mooij
ec7ec7cb51 Bug 1017539 part 1 - Move LoadSlotV codegen to platform-independent code. r=sstangl 2014-05-30 12:51:41 +02:00
B2G Bumper Bot
5c140bb7b3 Bumping manifests a=b2g-bump 2014-05-30 02:11:19 -07:00
B2G Bumper Bot
23d2aba764 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6c7d7c523464
Author: AndreiH <andrei.hutusoru@softvision.ro>
Desc: Merge pull request #19777 from zacc/bug_1017695

Bug 1017695 - Repair wait in Usage app FTU object for Flame compatibilit...

========

https://hg.mozilla.org/integration/gaia-central/rev/886fa15b9ef5
Author: Zac <zcampbell@mozilla.com>
Desc: Bug 1017695 - Repair wait in Usage app FTU object for Flame compatibility
2014-05-30 02:05:44 -07:00
B2G Bumper Bot
c121442c83 Bumping manifests a=b2g-bump 2014-05-30 01:47:02 -07:00
B2G Bumper Bot
741614be1e Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/1d677cdfd7cf
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #19627 from cctuan/987487-2

Bug 987487 - [Gaia] [Build] Refactoring webapp-optimize.js and unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/9fe7db7c3b89
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 987487 - [Gaia] [Build] Refactoring webapp-optimize.js and unit tests

========

https://hg.mozilla.org/integration/gaia-central/rev/cb02ccefc7cf
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #19729 from etiennesegonzac/bug-1011312-sheet-transition-cleanup

Bug 1011312 - Cleaning up the styles of the previous sheets before r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/f58562f8851e
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 1011312 - Cleaning up the styles of the previous sheets before starting a SheetTransition.
2014-05-30 01:41:11 -07:00
B2G Bumper Bot
06ee85c35e Bumping manifests a=b2g-bump 2014-05-30 01:16:25 -07:00
B2G Bumper Bot
185d05c298 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e2bcecc1a778
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #19690 from tauzen/Bug1016377

Bug 1016377 - [NFC] NfcManager.handleTechnologyDiscovered should properly handle malformed messages, r=alive

========

https://hg.mozilla.org/integration/gaia-central/rev/26786a0063ae
Author: Krzysztof Mioduszewski <kmioduszewski@gmail.com>
Desc: Bug 1016377 - [NFC] NfcManager.handleTechnologyDiscovered should properly handle malformed messages
2014-05-30 01:10:48 -07:00
Xidorn Quan
cb1efcb979 Bug 1013160 - Remove padding suppressing mechanism of bullet. r=jfkthame,surkov 2014-05-30 09:00:26 +01:00
Jonathan Kew
876751c511 bug 1017335 - reftest for spacing between bullet and list item in <ul>. r=mats 2014-05-30 08:59:50 +01:00
Ms2ger
7a49550ced Bug 741295 - Treat 'id' and 'class' as global attributes for all elements; r=bz 2014-05-30 09:36:53 +02:00
Ms2ger
5a626cc600 Bug 832750 - Improve python 3 compat in js/src/tests/; r=terrence 2014-05-30 09:36:53 +02:00
Ms2ger
2550ea2c64 Bug 829942 - Make jit_test.py Py3k-readier; f=decoder r=terrence+jhammel 2014-05-30 09:36:52 +02:00
Andrea Marchesini
85893fcab8 Bug 886420 - Move SVGNumber to WebIDL; r=bz
This commit also implements constructors for the SVGNumber interface.
2014-05-30 09:36:52 +02:00
Ms2ger
2e33242a04 Bug 1012320 - Move the code that defines window.netscape into nsGlobalWindow and simplify it; r=bholley 2014-05-30 09:36:52 +02:00
Ms2ger
9e3df726f9 Bug 995780 - Remove CSSStyleSheet classinfo; r=bz 2014-05-30 09:36:51 +02:00
B2G Bumper Bot
876f186afe Bumping manifests a=b2g-bump 2014-05-30 00:11:19 -07:00
B2G Bumper Bot
12b3dae571 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/597e9db6ec1f
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #19474 from ian-liu/bluetooth/bug859168_implement_user_story_for_imcoming_pairing_request_when_a_user_unlock_the_screen

Bug 859168 - [Settings][Bluetooth] fire a bluetooth pairing notification when lock screen turn on, r=@crh0716

========

https://hg.mozilla.org/integration/gaia-central/rev/07e71ae7cf3e
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 859168 - [Settings][Bluetooth] fire a bluetooth pairing notification when lock screen turn on
2014-05-30 00:05:46 -07:00
B2G Bumper Bot
f5a573d17f Bumping manifests a=b2g-bump 2014-05-29 23:56:31 -07:00
B2G Bumper Bot
729c15a1b2 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/538aa07786e3
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #19782 from gtorodelvalle/callscreen-bug-951665-lockscreen-visual-refresh

Bug 951665 - [Dialer] Call screen when in lockscreen visual refresh 2.0

========

https://hg.mozilla.org/integration/gaia-central/rev/6d1c60222baa
Author: German Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 951665 - [Dialer] Call screen when in lockscreen visual refresh 2.0
2014-05-29 23:51:00 -07:00