OHZEKI Tetsuharu
03c297afeb
Bug 786219 - Add pdfjs/content/web/images/toolbarButton-fullscreen.png. r=dtownsend
2012-08-29 17:00:10 -04:00
Adam Dane [:hobophobe]
a22d4741ee
Bug 785774 - Make multipart test rely on signaling instead of wishful thinking. r=joe
2012-08-28 20:23:22 -05:00
Abhishek Potnis
fbeca64a28
Bug 785200 - Conditioned logging in osfiles with exports.OS.Shared.DEBUG. r=dteller
2012-08-29 14:12:23 +05:30
Jan Beich
b1804e7390
Bug 784124 - Remove OS X sanity check, F_BSIZE should reduce ambiguity. r=bz
2012-08-29 17:00:10 -04:00
Jan Beich
ff60eabdba
Bug 784124 - Don't use statvfs() on Linux and Tru64, it's buggy. r=karlt
2012-08-29 17:00:10 -04:00
Jan Beich
7973f0287f
Bug 784124 - Always use .f_frsize with statvfs(). r=karlt
2012-08-29 17:00:10 -04:00
Jan Beich
9c4bffe1fd
Bug 784124 - Let it reach NS_ERROR_NOT_IMPLEMENTED if stat(v)fs is not available. r=bsmedberg
2012-08-29 17:00:10 -04:00
Jan Beich
26147a73ae
Bug 784124 - Properly check for stat(v)fs, only used by XPCOM implementation. r=bsmedberg
2012-08-29 17:00:10 -04:00
Jan Beich
0c5156e74b
Bug 784124 - FreeBSD supports statvfs(2) since 5.0. r=bsmedberg
2012-08-29 17:00:09 -04:00
Anthony Jones
72729788a2
Bug 781731 - Use a similar surface for non-blurred shadows to improve performance. r=joe
2012-08-29 17:00:09 -04:00
Anthony Jones
78e21582fd
Bug 781731 - Set Azure shadow canvas size match thebes in order to match performance. r=Bas
2012-08-29 17:00:09 -04:00
Anthony Jones
d744f8915d
Bug 781731 - Speed up shadows by using tee surface to avoid doing a read back. r=jrmuizel
2012-08-29 17:00:09 -04:00
Anthony Jones
b44de8c0d9
Bug 781731 - Fix shadow surface extents so they aren't double padded. r=joe
2012-08-29 17:00:09 -04:00
Anthony Jones
1e9cee75b3
Bug 781731 - Clean up DrawTargetCairo::DrawSurfaceWithShadow() to make it simpler and paint correctly in all modes. r=jrmuizel
2012-08-29 17:00:09 -04:00
Anthony Jones
0cf2cc0c59
Bug 781731 - Fix passing of text bounds to AdjustedTarget in order to limit the size of the temporary target. r=Bas
2012-08-29 17:00:09 -04:00
Anthony Jones
25416164c3
Bug 781731 - Fix Azure Cairo GTK perf by removing xlib to buffered image conversion. r=Bas
2012-08-29 17:00:09 -04:00
Yoshi Huang
989e0a5e40
Bug 786701 : B2G RIL : refactor reading MSISDN. r=vicamo
2012-08-28 13:08:05 -03:00
Gregor Wagner
c430656873
Bug 786814 - Don't overwrite indexeddb in SettingsService. r=bent
2012-08-29 17:55:36 -03:00
Luke Wagner
1eb12558f6
Bug 785634 - Handle NULL defaultCompartmentObject_ in JSContext::saveFrameChain (r=mrbkap)
...
--HG--
extra : rebase_source : d2411c8cbe69511577fc015ea10023e405cac0be
2012-08-29 13:42:45 -07:00
Ehsan Akhgari
e7af112ab9
Bug 785574 - Add a script blocker in nsHTMLEditor::SetAttributeOrEquivalent; r=bzbarsky
2012-08-29 16:43:32 -04:00
Trevor Saunders
d47266cf09
bug 767860 - stop using nsIDOMHTMLInputElement in a11y r=mounir, surkov
2012-06-03 07:36:51 -04:00
Trevor Saunders
59ef1a3c6b
bug 767843 - stop using nsIDOMHTMLOptionElement in a11y r=surkov
2012-06-02 15:41:29 -04:00
Landry Breuil
ab4444dc5d
Bug 778414: ensure the linker supports @unwind sections in libffi. r=glandium
...
This fixes clang builds on OpenBSD/amd64, since clang itself supports
@unwind sections but OpenBSD's ld 2.15 doesn't. Previously the test
yielded true, thus producing a broken libffi.
2012-08-29 17:06:30 -03:00
Fabrice Desré
30faf6cc6f
Bug 768868 - App manifest should support application type [r=vingtetun]
2012-08-27 19:43:57 -07:00
Jonathan Griffin
d623c60185
Bug 786463 - Add TEST-START and TEST-END to output, r=mdas, DONTBUILD because NPOTB
2012-08-29 10:39:11 -07:00
Philipp von Weitershausen
a80cb6bc3c
Back out 3e9ed1fd45b9 (bug 778414) due to B2G bustage
2012-08-29 16:54:11 -03:00
Hubert Figuière
2011f0f6b5
Bug 777145 - B2G Network Manager: support navigator.onLine / online / offline events. r=philikon
2012-07-27 15:21:23 -07:00
Nathan Froyd
914ef12d9f
Bug 748444 - eliminate relocations from histogram data; r=taras
2012-08-28 12:55:32 -04:00
Landry Breuil
f2e51fca3d
Bug 778414: ensure the linker supports @unwind sections in libffi. r=glandium
...
This fixes clang builds on OpenBSD/amd64, since clang itself supports
@unwind sections but OpenBSD's ld 2.15 doesn't. Previously the test
yielded true, thus producing a broken libffi.
2012-08-28 23:00:40 +02:00
Brian Hackett
aad658b3df
Use inferred result type for initializer opcodes, bug 785358. r=dvander
2012-08-29 13:10:35 -06:00
Gregor Wagner
8d933df91d
Bug 785233 - Don't overwrite indexeddb property. r=mrbkap
2012-08-29 15:52:48 -03:00
Wes Johnston
fa544146ea
Bug 786599 - Don't fire callbacks for cleared notifications. r=mfinkle
2012-08-29 09:21:02 -07:00
Michael Wu
88b799b19a
Bug 785554 - Remove unnecessary touches in events sent to content process, r=cjones
2012-08-29 13:06:11 -03:00
Wes Johnston
b244436094
Bug 786338 - Don't try to load urls from notification intents. r=mfinkle
2012-08-29 08:51:34 -07:00
Matt Brubeck
9b7c0a801d
Bug 769857 - Delay showing tap highlight on initial touchstart. r=mbrubeck
2012-08-29 08:51:33 -07:00
Andrew Sutherland
36a4755800
Bug 786666 - workaround __exposedProps__ typed array issue in mozTCPSocket. r=fabrice
2012-08-29 12:47:24 -03:00
Marshall Culpepper
5a279b497f
Bug 784728: Make Gonk's battery observer a RefPtr, fixing an abort on process exit in debug builds. r=jlebar
2012-08-29 12:32:56 -03:00
Chris Jones
d31b38514b
Bug 781725: Refactor TabChild to allow pre-created instances, and then use a pre-created instance to pre-load and compile BrowserElementChild.js. r=smaug
...
--HG--
extra : rebase_source : f063c672d55da46541fdd1b6f6ff0cf510a6853f
2012-08-29 12:26:18 -03:00
Chris Jones
a1068719d6
Bug 786573: The XPCOM thread manager can't shut down the sensor thread, so use one of our other various thread types for the sensor thread. r=bent
...
--HG--
extra : rebase_source : 07b0fc9ccd710601948c1cd10098fa2b8c681932
2012-08-29 12:26:18 -03:00
Ehsan Akhgari
531525812e
Bug 579517 follow-up: Remove NSPR types that crept in
...
--HG--
extra : rebase_source : adad9af01d9168a14d87c201c1bd51a3a7a768f5
2012-08-29 10:56:51 -04:00
Siddharth Agarwal
7c78008382
Merge mozilla-central to mozilla-inbound.
2012-08-29 20:42:55 +05:30
Siddharth Agarwal
6e3e5ab3cb
Merge mozilla-central to mozilla-inbound.
2012-08-29 20:41:03 +05:30
Siddharth Agarwal
4ac6379343
Backout bug 784262 because of Pymake bustage and GNU Make "warning: overriding commands for target".
2012-08-29 20:36:23 +05:30
Fabrice Desré
ddc1158fbe
Bug 781620 - Bridge the DOM webapps registry with nsIPrincipal::GetStatus() - Part 4 : leak fix [r=jlebar]
2012-08-29 07:31:10 -07:00
Lucas Rocha
ce35a55e9a
Bug 778582 (r=mfinkle)
2012-08-29 14:46:03 +01:00
Ed Morley
8a2d0d11e2
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-29 14:35:19 +01:00
Olli Pettay
ee0f359210
Bug 784256 - Generate id->event type switch case from nsEventNameList.h, r=bz
...
--HG--
extra : rebase_source : 469e03023ae333ae0e527927fbe2b3209fa93067
2012-08-29 14:24:41 +03:00
Ed Morley
7ab9e64521
Backout 418955e7c3a9 (bug 782453) for Windows xpcshell failures
2012-08-29 13:53:15 +01:00
Shih-Chiang Chien
e320c56eaf
Bug 781438 - use correct messageManager to send 'Forms:Select:Choice' message. r=vingtetun
2012-08-29 15:46:22 +08:00
Mike Hommey
543e39518d
Bug 785871 - Make config.status importable. r=gps
2012-08-29 08:55:58 +02:00