Carsten "Tomcat" Book
ba58d43aea
merge fx-team to mozilla-central a=merge
2014-12-05 13:02:46 +01:00
Milan Sreckovic
e181f2a9bf
Bug 1100530 - Clean up OS X version constants. f=jgilbert, r=mstange
2014-11-28 17:28:59 -05:00
Mike Conley
d4e3abf140
Bug 1102410 - Make AboutProtocolChild use a unique classID each time it registers a new nsIAboutModule. r=billm.
...
--HG--
extra : rebase_source : eb937c4c8996441eb92b41e2620820f99937ed90
2014-11-26 10:48:26 -05:00
Asaf Romano
2a7c89ce15
Bug 1104796 - Bookmarks.remove disallows removing any direct child of the places root. r=mak
2014-12-04 10:57:20 -08:00
Mike Shal
bb01bd9c54
Bug 1091668 - generate voucher on signed plugin-container; r=glandium
2014-11-25 10:43:43 -05:00
Eddy Bruël
3485a87244
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 09:23:41 -08:00
Allison Naaktgeboren
8f0e0cc755
Bug 1080212 - [e10s] Add Telemetry probe for js exceptions that occur in the addon js compartment.r=billm
2014-12-02 16:41:00 -08:00
Carsten "Tomcat" Book
b4ec2b74f4
Backed out changeset 49218eb557ad (bug 1102441) for XPC Shell Test failures on a CLOSED TREE
...
--HG--
extra : amend_source : c64c1e23019f599454321f98899d8e99883d7564
2014-12-03 16:21:06 +01:00
Eddy Bruël
e6e587917e
Bug 1102441 - Clean up the BreakpointStore;r=jimb
2014-12-03 05:44:35 -08:00
Carsten "Tomcat" Book
32170ac2c3
merge fx-team to mozilla-central a=merge
2014-12-03 13:38:31 +01:00
Robert Strong
d81a78094b
Bug 1098112 - Auto-updates broken on Linux when /tmp is mounted noexec. r=bbondy
2014-12-02 13:47:37 -05:00
Alexander J. Vincent
0180ab8358
Bug 1098965
- test_close_database_on_gc should use one Promise per database connection. r=Yoric
2014-11-21 06:13:00 +01:00
J. Ryan Stinnett
c0a6f4090e
Bug 1058997 - Part 4: Only one DebuggerServer per loader. r=past
...
It was never necessary to pass a server reference to the socket listener, since
a given DevTools loader only ever contains a single server instance.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
10c2f7ff85
Bug 1058997 - Part 3d: Restore always allow in listener tests. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
fe3b52b03e
Bug 1058997 - Part 3c: Remove always allow init calls from tests. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
fb4db339d4
Bug 1058997 - Part 3a: Move allowConnection to socket listener. r=past
...
In the future with multiple types of socket listeners (bare TCP vs. TLS), each
will need its own logic for allowing connection. This is moved to the listener
level, rather than living at the level of the entire server.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
e614f431af
Bug 1058997 - Part 2: Debugger socket style cleanup. r=past
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
cc631c64d8
Bug 1058997 - Part 1: Extract socket connect and listen. r=past
...
Relocate the debugger client's connect and server's listen functionality in a
separate file. This isolates the security-sensitive socket handling pieces, and
also enables easier extension to make room for TLS sockets.
2014-12-01 22:55:56 -08:00
J. Ryan Stinnett
e448ae5fbd
Bug 1085446 - Allow chrome and about sources in tabs. r=past
2014-12-01 22:03:51 -08:00
Joshua Cranmer
6bc7254918
Bug 1099430, mozilla-central parts: Eliminate the duplication of the build system in comm-central, r=glandium.
...
See the revisions a few steps prior for more fine-grained information. This just
needs to be relanded because our automation doesn't like non-ASCII commit
messages.
--HG--
extra : amend_source : 0ee4e0da1ea9ada815abfe989c51030db24aac56
2014-11-29 19:45:31 -06:00
Phil Ringnalda
23f2a4bc21
Backed out 3 changesets (bug 1099430) because 256 characters should be enough for anybody's commit message
...
CLOSED TREE
Backed out changeset 28abb8af2d62 (bug 1099430)
Backed out changeset 358aa39360d5 (bug 1099430)
Backed out changeset 3313e545f4f6 (bug 1099430)
2014-11-29 17:17:58 -08:00
Joshua Cranmer
80b5548b99
Bug 1099430, part 三: Use MOZILLA_DIR instead of topsrcdir in shared makefiles, r=glandium.
...
With these substitutions, it is possible to have comm-central's versions of
these files merely include the mozilla-central versions and avoid having to port
small changes to these files.
2014-11-29 18:44:19 -06:00
Bob Owen
b539721eb8
Bug 928044 Part 2: Enable the content sandbox by default on Windows with an open policy. r=tabraldes,glandium,jimm
...
--HG--
rename : security/sandbox/win/src/warnonlysandbox/wosCallbacks.h => security/sandbox/win/src/logging/loggingCallbacks.h
rename : security/sandbox/win/src/warnonlysandbox/wosTypes.h => security/sandbox/win/src/logging/loggingTypes.h
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.cpp => security/sandbox/win/src/logging/sandboxLogging.cpp
rename : security/sandbox/win/src/warnonlysandbox/warnOnlySandbox.h => security/sandbox/win/src/logging/sandboxLogging.h
2014-11-29 17:12:18 +00:00
Phil Ringnalda
f713acf7ea
Merge f-t to m-c, a=merge
2014-11-29 09:02:17 -08:00
Mark Hammond
6aaa535030
Bug 809561 - Integrate xpcshell test harness with chrome remote debugging. r=past/chmanchester
2014-11-29 10:40:58 +11:00
Phil Ringnalda
a9f8d89c2f
Merge f-t to m-c, a=merge
2014-11-28 14:52:29 -08:00
Phil Ringnalda
b8290c931d
Merge m-i to m-c, a=merge
2014-11-28 14:33:15 -08:00
Gavin Sharp
ce93d8354d
Bug 1102416: make Yahoo the default search plugin for en-US in American time zones, r=dolske, a=me
2014-11-23 20:38:22 -08:00
Jan Keromnes
ebc0fda013
Bug 1090949
- In WebIDE, register simulators by name not by version. r=ochameau
2014-11-26 18:34:00 +01:00
Asaf Romano
a5f0918ef3
Bug 1105208 - regression: (null) title for Bookmarks Toolbar, Bookmarks Menu, Unsorted Bookmarks. r=mak.
2014-11-27 22:44:29 +02:00
Phil Ringnalda
9aff7b03a0
Merge m-c to m-i
2014-11-28 15:13:22 -08:00
Phil Ringnalda
5cd1a3aebe
Merge m-c to m-i
2014-11-28 12:02:04 -08:00
Ehsan Akhgari
e30c04c40e
Bug 1106116 - Load images for notifications triggered from private browsing windows as private; r=jdm
2014-11-28 14:08:29 -05:00
Carsten "Tomcat" Book
089e37c12a
merge fx-team to mozilla-central a=merge
2014-11-27 17:01:23 +01:00
Carsten "Tomcat" Book
e9d5f6eabb
Merge mozilla-central to fx-team
2014-11-27 13:03:31 +01:00
Florian Quèze
0ae31a3cb5
Bug 1088660 - Improve the search bar UI to support one-off searches - fix tests that failed on fx-team, r=felipe over email.
2014-11-27 12:24:53 +01:00
Jacek Caban
d127574c6c
Bug 1102804 - Fixed -Wparentheses warnings found in mingw build (toolkit part). r=roc
2014-11-27 10:59:26 +01:00
Anthony Jones
ab6aa22d12
Bug 1103733 - Fix openh264 test failures; r=unfocused
2014-11-27 16:16:40 +13:00
Ryan VanderMeulen
9e581b1d56
Merge m-c to inbound. a=merge
2014-11-26 21:43:23 -05:00
Ryan VanderMeulen
05536d8139
Merge fx-team to m-c. a=merge
2014-11-26 21:08:54 -05:00
Ryan VanderMeulen
792273e467
Merge inbound to m-c. a=merge
2014-11-26 20:34:29 -05:00
Marco Bonardo
b81685e028
Backout ce637f8721d3 (bug 1083469) due to failures with old autocomplete enabled. a=bustage on CLOSED TREE
2014-11-27 00:00:23 +01:00
Georg Koppen
144cfd9761
Bug 1067893 - Detect OTOOL in configure. r=glandium
2014-11-25 05:12:00 -05:00
Florian Quèze
13f2d62f6d
Bug 1088660 - Improve the search bar UI to support one-off searches - improve discoverability of the search settings, r=felipe.
2014-11-20 20:55:41 +01:00
Florian Quèze
94833decfe
Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe.
2014-11-18 00:59:11 +01:00
Ryan VanderMeulen
6a8fa342ed
Merge inbound to m-c. a=merge
...
CLOSED TREE
2014-11-25 16:57:18 -05:00
Carsten "Tomcat" Book
0e7807d54c
Merge mozilla-central to mozilla-inbound
2014-11-25 14:21:44 +01:00
Carsten "Tomcat" Book
351cb789a0
merge fx-team to mozilla-central a=merge
2014-11-25 12:51:23 +01:00
Masayuki Nakano
9f491a5703
Bug 1077345 part.7 Use synthesizeComposition({"compositioncommit") in the tests r=smaug
2014-11-25 14:02:32 +09:00
Masayuki Nakano
c56c9a574f
Bug 1077345 part.5 Use synthesizeComposition({"compositioncommitasis") in the tests r=smaug
2014-11-25 14:02:31 +09:00