Myk Melez
121ac8c110
Bug 960811 - enable the 'synthetic APKs' implementation of Open Web Apps; r=mfinkle
...
--HG--
extra : rebase_source : 5b59ab51c4f95b23cc726e87e1f4e33f0a716c78
2014-01-22 13:13:06 -08:00
Myk Melez
5b52672d8b
Bug 959244 - launch web app with correct manifest URL and name; r=wesj
...
--HG--
extra : rebase_source : cd539b383da3841b3c4cc6d611d16b157f662feb
2014-01-22 13:11:56 -08:00
Myk Melez
1a2ea0a512
Bug 958356 - rename packageName to unambiguous name in app objects; r=wesj, fabrice
...
--HG--
extra : rebase_source : abde2ac924fd8265319f1ffa386f0447518fc46d
2014-01-22 13:09:47 -08:00
Myk Melez
74fb606537
Bug 961762 - wait until registryReady to use DOMApplicationRegistry API; r=wesj
...
--HG--
extra : rebase_source : 313e2af2a5afa73f7d6bfcd2055d83b96819ac27
2014-01-22 12:49:46 -08:00
Neil Rashbrook
6dfe1881c1
Bug 284673 Followup to bug 913734 to remove sepcial handling for now-removed now-unused policy machinery from about:config r=gavin
2014-01-22 21:38:57 +00:00
Yeuk Hon Wong
618394c4a6
Bug 938652 - CSP directives and source expressions should do case-insensitive matching and comparison. r=geekboy
2014-01-22 13:18:55 -08:00
Ryan VanderMeulen
1ac93c7ad5
Merge m-c to inbound.
2014-01-22 15:55:49 -05:00
Bill McCloskey
5b9e37d8cf
Bug 938904 - [e10s] Make tooltips work (r=smaug,enn)
2014-01-22 12:27:23 -08:00
Chris Lord
72ac4f30f8
Bug 961712 - Buffer (f)printf_stderr on Android. r=gal
...
Android logging functions append newlines to all output. Layout debugging
(and perhaps other areas) relies on being able to print partial lines, making
its output almost unreadable. This change adds manual buffering between
newlines, making the output readable again.
2014-01-22 20:20:20 +00:00
Steve Fink
edd13ec3e9
Bug 960342 - Convert StackShape from AutoRooter to RootedGeneric, r=terrence
2014-01-22 11:52:44 -08:00
Steve Fink
193fe092cd
Bug 960342 - Convert StackBaseShape from AutoRooter to RootedGeneric, r=terrence
2014-01-22 11:52:44 -08:00
Steve Fink
9f72871624
Bug 960342 - Add a RootedGeneric general class, r=terrence
2014-01-22 11:52:44 -08:00
Daniel Stenberg
736938c11c
Bug 959100 - Make ParseChunkRemaining detect chunk size overflow. r=jduell
2014-01-17 17:07:29 +01:00
Carsten "Tomcat" Book
9fbf4b116f
Backed out changeset 24668220c9a4 (bug 952507) for OS X Build Bustage on a CLOSED TREE
2014-01-23 15:50:14 +01:00
Nicolas B. Pierron
469b6da4af
Bug 920322 - XDR/Clone singletons. r=bhackett,jandem
2014-01-23 06:43:28 -08:00
Oleg Romashin
eac3d50496
Bug 943353 - Don't include X11 headers if USE_X11 is undefined. r=jesup
2014-01-23 09:38:29 -05:00
Daniel Stenberg
5b606b8254
Bug 926042 - Convert path length to unsigned ints to avoid overflowing and crashing. r=jduell
2014-01-23 09:38:29 -05:00
Sylvestre Ledru
acb3eb4dc5
Bug 777378 - Remove SUPPRESS_DEFAULT_RULES. r=gps
2014-01-23 09:38:29 -05:00
Nicolas Silva
d2a76c0550
Bug 952507 - Fix locking in double buffered ContentClient. r=nrc
2014-01-23 15:27:06 +01:00
Nicolas Silva
1065d37c2e
Bug 952507 - Fix locking in ContentClient. r=nrc
2014-01-23 15:26:59 +01:00
Jonathan Watt
6b3eea9e92
Bug 950647 - Make nsImageToPixbuf::ImgSurfaceToPixbuf act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-01-23 11:33:23 +00:00
Boris Zbarsky
998668c1ff
Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
...
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.
In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
bd16624e1c
Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
...
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile. C++ strikes
again.
2014-01-22 14:37:10 -05:00
Boris Zbarsky
9cebb8d6b3
Bug 962605. Enable baseline jit in xpcshell. r=bholley
2014-01-22 14:37:11 -05:00
Nicolas Silva
70e0cc5d0d
Bug 962041 - Fix component apha with the new ContentClient/Host. r=mattwoodrow
2014-01-23 15:14:58 +01:00
Nicolas Silva
d729d6bb5f
Bug 947213 - Fix an e10s with basic layers crash. r=bjacob
2014-01-23 15:11:36 +01:00
Nathan Froyd
d906a1c5d9
Bug 961793 - unregister observers in BrowserElementPanning.js at global unload; r=fabrice
2014-01-22 16:55:42 -05:00
Nathan Froyd
49f72cf547
Bug 962766 - remove unused, static constructor-causing string in CallControlManagerImpl.cpp; r=jesup,abr
2014-01-22 16:25:48 -05:00
Olli Pettay
89b7eff82a
Bug 962911 - Bring back more-than-one-native-event-per-gecko-event processing, r=avih
2014-01-23 14:49:39 +02:00
Carsten "Tomcat" Book
f32b14e35a
Backed out changeset a5c71a784e33 (bug 950647) for Linux Build Bustage on a CLOSED TREE
2014-01-23 13:34:56 +01:00
Jon Coppeard
badc9a3713
Bug 962576 - Fix warning in minor GC profiling code which is not built by default r=me DONTBUILD
2014-01-23 12:25:25 +00:00
Jonathan Watt
882fe9dcf2
Bug 950647 - Make nsImageToPixbuf::ImgSurfaceToPixbuf act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow
2014-01-23 11:33:23 +00:00
Jan-Ivar Bruaroey
0a07322d17
Bug 961802: Plugged leak in getUserMedia Denied code-path. r=jesup
2014-01-22 16:43:34 -05:00
Carsten "Tomcat" Book
24578956df
Merge mozilla-central to mozilla-inbound
2014-01-23 11:29:03 +01:00
Jon Coppeard
1b648948b8
Bug 962576 - Add option to time minor collections and dump the results r=terrence
2014-01-23 09:53:42 +00:00
Jon Coppeard
904faa3371
Bug 961077 - Take marking function as template parameter in PersistentRootedMarker r=sfink
2014-01-23 09:53:42 +00:00
Jon Coppeard
b9079fc840
Bug 885954 - Delete implicit move constructors for Heap*Ptr objects r=terrence
2014-01-23 09:53:42 +00:00
Masayuki Nakano
d50712b914
Bug 961703 Commit or cancel composition when text/selection/focus is changed during composition for avoiding making some TIPs confused r=m_kato
2014-01-23 18:36:01 +09:00
Andrea Marchesini
f4da7ac2d5
Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz
2014-01-23 09:25:41 +00:00
Andrea Marchesini
ea89037a83
Bug 620935 - __noSuchMethod__ support for WebIDL r=bz
2014-01-23 09:25:04 +00:00
Masayuki Nakano
4b8b74f442
Bug 544779 part.2 Remove WM_USER_TSF_TEXTCHANGE from nsTextStore r=m_kato
2014-01-23 17:01:16 +09:00
Oleg Romashin
ca3df76058
Bug 962386 - media/libtheora/lib does not build on armv7l. r=glandium
2014-01-22 23:50:30 -08:00
Steve Fink
d4180132b8
Bug 959806 - Make the analysis explain why it believes a type to be a gc type, r=terrence
2014-01-14 13:20:32 -08:00
Boris Zbarsky
ef95954bd2
Bug 962605. Enable baseline jit in xpcshell. r=bholley
2014-01-22 14:37:11 -05:00
Boris Zbarsky
3146ee0f7a
Bug 958576 part 2. Move FakeDependentString to the binding_detail namespace. r=peterv
...
I took the opportunity to move away from the NonNull<nsAString> hack
we had for string arguments, since just passing in a
FakeDependentString works fine and callees are now less likely to
declare their arg as being of that type.
In the process of doing that, I ran into what looks like a substantive
bug in the "owning union with string default value" case: We were
doing mValue.mString.Value() without ever having constructed
mValue.mString!
2014-01-22 14:37:10 -05:00
Boris Zbarsky
5052fd5d63
Bug 958576 part 1. Create a binding_detail namespace and move AutoSequence to it. r=peterv
...
Note that we can't name this namespace "detail", because then we'd
have both ::mozilla::detail and ::mozilla::dom::detail namespaces in
the tree and various template name lookups that look for "detail::Foo"
would get confused, and the code would not compile. C++ strikes
again.
2014-01-22 14:37:10 -05:00
Ali Akhtarzada
b35c1e7891
Bug 962288 - Don't call DeprecatedGetAsSurface unless it's Cairo. r=mattwoodrow
...
Changeset from Bug 959123 caused a performance decrease because
DeprecatedGetAsSurface was being called on an image that may not
be a CAIRO_SURFACE.
2014-01-22 14:12:02 -05:00
Botond Ballo
4ec75602b7
Bug 916813 - Fix a crash during a layer dump. r=nical
2014-01-21 16:27:01 -05:00
Andreas Tolfsen
acd1fd0eeb
Bug 961792 - Break iteration when browser is found. r=mdas
...
The iteration used to look up the current window's server-assigned
unique identifier in Marionette continues after the response has been
sent. This is unnecessary and a potential synchronization problem
because the client only expects a single response.
2014-01-21 13:31:32 -05:00
Andreas Tolfsen
cca4fe0a18
Bug 941132 - getElementPosition not matching webdriver command. r=dburns
2014-01-22 14:04:04 -05:00