Commit Graph

164572 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
9b33885e9c 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
0c0329d784 Bug 920322 - XDR/Clone singletons. r=bhackett,jandem 2014-01-23 06:43:28 -08:00
Oleg Romashin
a8ff74a4f9 Bug 943353 - Don't include X11 headers if USE_X11 is undefined. r=jesup 2014-01-23 09:38:29 -05:00
Daniel Stenberg
8cf911cc36 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
f854b0dc6b Bug 777378 - Remove SUPPRESS_DEFAULT_RULES. r=gps 2014-01-23 09:38:29 -05:00
Nicolas Silva
8ffc85202e Bug 952507 - Fix locking in double buffered ContentClient. r=nrc 2014-01-23 15:27:06 +01:00
Nicolas Silva
c74f0ea24a Bug 952507 - Fix locking in ContentClient. r=nrc 2014-01-23 15:26:59 +01:00
Jonathan Watt
a21e2cf8d4 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
9eb56076b1 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
dcfb519fa1 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
0933665788 Bug 962605. Enable baseline jit in xpcshell. r=bholley 2014-01-22 14:37:11 -05:00
Nicolas Silva
e2d0872a60 Bug 962041 - Fix component apha with the new ContentClient/Host. r=mattwoodrow 2014-01-23 15:14:58 +01:00
Nicolas Silva
3db8b58478 Bug 947213 - Fix an e10s with basic layers crash. r=bjacob 2014-01-23 15:11:36 +01:00
Nathan Froyd
edb0f3cc9d Bug 961793 - unregister observers in BrowserElementPanning.js at global unload; r=fabrice 2014-01-22 16:55:42 -05:00
Nathan Froyd
b315d2cb4e Bug 962766 - remove unused, static constructor-causing string in CallControlManagerImpl.cpp; r=jesup,abr 2014-01-22 16:25:48 -05:00
Olli Pettay
5f3209d44b 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
3326bcdb9e Backed out changeset a5c71a784e33 (bug 950647) for Linux Build Bustage on a CLOSED TREE 2014-01-23 13:34:56 +01:00
Jon Coppeard
5202f0ac58 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
9d46b4f9f6 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
67bce3e092 Bug 961802: Plugged leak in getUserMedia Denied code-path. r=jesup 2014-01-22 16:43:34 -05:00
Carsten "Tomcat" Book
ba7db7c546 Merge mozilla-central to mozilla-inbound 2014-01-23 11:29:03 +01:00
Jon Coppeard
939479c30b Bug 962576 - Add option to time minor collections and dump the results r=terrence 2014-01-23 09:53:42 +00:00
Jon Coppeard
2ad9e5f891 Bug 961077 - Take marking function as template parameter in PersistentRootedMarker r=sfink 2014-01-23 09:53:42 +00:00
Jon Coppeard
4f7b826d7e Bug 885954 - Delete implicit move constructors for Heap*Ptr objects r=terrence 2014-01-23 09:53:42 +00:00
Masayuki Nakano
9cd8fd46fa 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
21fbd9fcfe Bug 620935 - Make console object available in Web Workers, r=ehsan, r=bz 2014-01-23 09:25:41 +00:00
Andrea Marchesini
8f1e800bba Bug 620935 - __noSuchMethod__ support for WebIDL r=bz 2014-01-23 09:25:04 +00:00
Carsten "Tomcat" Book
9529a646f8 merge b2g-inbound to mozilla-central 2014-01-23 10:20:58 +01:00
Carsten "Tomcat" Book
f88e37b02e merge fx-team to mozilla-central 2014-01-23 10:19:26 +01:00
Carsten "Tomcat" Book
8b1ff2c494 merge mozilla-inbound to mozilla-central 2014-01-23 10:18:03 +01:00
Masayuki Nakano
e84d2b30a2 Bug 544779 part.2 Remove WM_USER_TSF_TEXTCHANGE from nsTextStore r=m_kato 2014-01-23 17:01:16 +09:00
Oleg Romashin
a65685009d Bug 962386 - media/libtheora/lib does not build on armv7l. r=glandium 2014-01-22 23:50:30 -08:00
Cameron McCormack
57e1ae7505 Bug 962427 - Make RestyleManager.cpp's GetNextBlockInInlineSibling static. r=dbaron 2014-01-23 15:24:22 +11:00
Chris Pearce
7c8507fdd3 Bug 962354 - Create a threadsafe threadpool singleton for media threads. r=kinetik 2014-01-23 17:21:05 +13:00
Chris Pearce
72de85aba3 Bug 961885 - Rename the enum entries for HTMLTrackElement.readyState, as HTMLTrackElement::ERROR is defined in some other file that can be included in unified builds, causing errors when we add more files to content/media. r=rillian 2014-01-23 17:19:34 +13:00
Wes Kocher
a45e4bb415 Backed out changeset 47c7cd88eee1 (bug 961047) for b2g scrolling failures 2014-01-22 20:12:03 -08:00
Jeff Gilbert
fa8ee47d0f Bug 962392 - Clean up WebGLFramebuffer, particularly handling of RectangleObjects. - r=dglastonbury 2014-01-22 19:59:34 -08:00
Jeff Gilbert
8a8208c468 Bug 962392 - Whitespace fixes. - r=dglastonbury 2014-01-22 19:59:33 -08:00
B2G Bumper Bot
54fd7ed9a8 Bumping manifests a=b2g-bump 2014-01-22 19:42:28 -08:00
B2G Bumper Bot
dba53e1082 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/630d27e5cff7
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #15539 from yurenju/align

Bug 957497 - Enable alignStoredFiles() r=@timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/dbf49f1f14b9
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 957497 - Enable alignStoredFiles()
2014-01-22 19:40:14 -08:00
Ehsan Akhgari
026e591974 Bug 289384 - Run the native key binding handlers from nsEditorEventListener; r=Neil,masayuki 2014-01-22 22:18:51 -05:00
Ben Kelly
ea0bfbdf41 Bug 961441: Use MallocSizeOf to report decoded-audio memory. r=cpearce r=njn 2014-01-22 22:14:45 -05:00
Jason Duell
95da6b4eb4 Bug 936979: websocket will never connected after a lot of failure r=mcmanus 2014-01-22 19:04:18 -08:00
B2G Bumper Bot
abb328192c Bumping manifests a=b2g-bump 2014-01-22 18:56:26 -08:00
B2G Bumper Bot
51fb782ce5 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4523a8f13fa6
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #15595 from alivedise/bugzilla/962499/remove-manifestURLs

Bug 962499 - Remove manifestURLs in connections.*.rules, r=vivien

========

https://hg.mozilla.org/integration/gaia-central/rev/214fda9befc2
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 962499 - Remove manifestURLs in connections.*.rules
2014-01-22 18:50:12 -08:00
Ben Tian
88b73b0670 Bug 921999 - Bluetooth Device connection status in Settings is incorrect if remote headset restores connection, r=gyeh 2014-01-23 10:46:45 +08:00
B2G Bumper Bot
2ea34f4842 Bumping manifests a=b2g-bump 2014-01-22 18:31:57 -08:00
B2G Bumper Bot
78b8b19a8f Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8fe46c360427
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Revert "Bug 921828 - (app-menu) [Window Management] Refactor ListMenu and move it to AppWindow + implement System Wide Menu if needed"

This reverts commit daa85b79824ccc71f122011ebc0b5f2104db6620.

Reverted due to linter errors.
2014-01-22 18:20:21 -08:00
B2G Bumper Bot
e92ff4cc88 Bumping manifests a=b2g-bump 2014-01-22 18:01:06 -08:00
B2G Bumper Bot
5dea7dd53b Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e6e6c54c681
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #15547 from MBRSL/bug-961970-layout

Bug 961970 - [UITest] change layout with Building Blocks, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/5273f26779b1
Author: Tom Jao <tjao@mozilla.com>
Desc: Bug 961970 - [UITest] change layout with Building Blocks
2014-01-22 17:55:10 -08:00