Ryan VanderMeulen
5b4e2ecda3
Backout a9ab0881ebe2 (bug 729512) and ed6491f2335e (bug 733002) due to M3 orange.
2012-10-03 21:03:16 -04:00
Justin Lebar
30b2ea29e8
Bug 789392 - Allow mozapp frames to window.close() themselves. r=bz
2012-10-03 20:45:40 -04:00
Justin Lebar
f4f487fc2a
Bug 797515 - Fix race condition in assertion in ContentParent::~ContentParent. r=cjones
2012-10-03 20:45:40 -04:00
Benoit Jacob
dfc1e87ad3
Bug 779611 - fix --disable-webgl build by updating WebGLContextNotSupported.cpp - no review
2012-10-03 20:40:32 -04:00
Randell Jesup
8937aee9af
Bug 733002: DataChannel DOM implementation r=smaug
2012-10-03 19:51:47 -04:00
Randell Jesup
1da22775c6
Bug 729512: DataChannel protocol rollup r=mcmanus
2012-10-03 19:51:23 -04:00
Chris Lord
821878a16a
Bug 797393 - Fix FrameMetrics == operator. r=roc
2012-10-03 19:51:38 -04:00
Ehsan Akhgari
5ade3f493b
Bug 797612 - Remove PathCG::mFigureActive; r=jrmuizel
...
--HG--
extra : rebase_source : 4ce5161c5ffee297ab55ad7a980dbb74f0051ded
2012-10-03 19:43:03 -04:00
Ehsan Akhgari
b9605eaf78
Bug 797614 - Silence the warning about assignment in the condition in BasicTiledThebesLayer.cpp; r=jrmuizel
...
--HG--
extra : rebase_source : 2318567420c513555e2c8ee3cebfa5ff16eeaa3b
2012-10-03 19:36:10 -04:00
Trevor Saunders
3b4f36d614
bug 795192 - don't use nsIAccessibleTable in atk/ r=surkov
2012-08-20 10:54:33 -04:00
Chris Pearce
c0b49dc002
Bug 795914 - Don't assume every mochitest that includes pointerlock_utils.js defines a 'start' function to begin its tests. r=ehsan
2012-10-04 12:20:08 +13:00
Jeff Muizelaar
700d020390
Bug 791422. Support more flexibiltiy qcms output format. r=BenWa
...
This will help support Chrome and should also let us output directly to a cairo
compatible format.
2012-10-03 19:04:25 -04:00
Ehsan Akhgari
fd8ffe4dd2
Bug 797604 - Make floor_div in TiledLayerBuffer.h static inline; r=jrmuizel
2012-10-03 18:50:20 -04:00
Jeff Muizelaar
4751b78423
Bug 566370. Remove return type from AddProxy(). r=joe
...
No one checks it, and it's not really useful.
--HG--
extra : rebase_source : 164f3c18f707551670af1acd4d735f705903a9d2
2012-10-03 18:39:59 -04:00
Josh Matthews
ac15360713
Bug 795571 - Update nsIChannel consumers concerned with privacy status to use the correct NS_UsePrivateBrowsing. r=ehsan
2012-10-03 18:43:26 -04:00
Nicolas B. Pierron
663e1f970a
Bug 792220 - Remove lookupProperty to prevent interpreter reentrance. r=jandem
2012-10-03 15:41:16 -07:00
Jeff Muizelaar
55b47d06af
Bug 770956. Use LINEAR instead of NEAREST. r=chrislord
...
Sometimes screenshots are MAGNIFIED in one axis and MINIFIED in the other. This
makes it so we use consistent filtering in both directions.
--HG--
extra : rebase_source : 0d9d1ff98d3b48fb817edf872aadaed4329d3126
2012-10-03 18:29:08 -04:00
Seth Fowler
9da16cb6df
Bug 786108 - Cache UTF-16 version of URI to prevent repeated conversions in the CSS scanner, and free the cache after a short time. r=bz
2012-10-03 15:28:57 -07:00
Ehsan Akhgari
6a6d0d8405
Bug 774963 - Remove removeDataFromDomain from nsIPrivateBrowsingService, and put it in its own JS module, ClearRecentHistory; r=jdm
2012-10-03 11:29:10 -04:00
OHZEKI Tetsuharu
ade318a874
Bug 797430 - Fix cannot move a bookmark separator by drag & drop. r=mak
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
f8270fa49a
Bug 797326 - Get the right line number printed in test_jsctypes.js.in. r=jorendorff
2012-10-03 18:19:23 -04:00
Shane Caraveo
d8498efa59
Bug 797134 - Right-clicking on the Social API ambient notification buttons opens the panel and context menu. r=jaws
2012-10-03 13:57:13 -07:00
Girish Sharma
895309c770
Bug 797066 - Make javascript.options.mem.log only log the GC/CC details in the Console. r=terrence
2012-10-03 00:57:31 +05:30
David Rajchenbach-Teller
6b356ba4e7
Bug 794104 - In async OS.File, DEBUG should be false. r=yoric
2012-10-03 18:19:23 -04:00
David Rajchenbach-Teller
1d46be1e7b
Bug 793435 - Open worker_test_osfile_win.js instead of worker_test_osfile_unix.js. r=yoric
2012-10-03 18:19:23 -04:00
WangJun
0046ba4707
Bug 793435 - Handle INVALID_HANDLE in CloseHandle and FindClose correctly. r=yoric
2012-10-02 20:56:47 +08:00
Andrea Marchesini
a25544f89f
Bug 720083 - postMessage doesn't need the targetOrigin. r=bent
2012-10-03 18:19:22 -04:00
Andrea Marchesini
2cfa5a3d14
Bug 720083 - Workers: add support for transferable objects from HTML5 spec. r=sphink, r=bent
2012-10-03 18:19:22 -04:00
Ryan VanderMeulen
325089208a
Merge m-c to inbound.
2012-10-03 18:19:17 -04:00
Allison Naaktgeboren
ff051d02ba
Bug 720997 - add sync prefs prefix to about:support whitelist.r=Unfocused
2012-10-03 15:04:01 -07:00
Cameron McCormack
3fcef2abc9
Bug 655877 - Part 23b: Add UA style sheet rules to map xml:space='preserve' to white-space:-moz-pre-discard-newlines on SVG text elements. r=jwatt
2012-10-04 07:32:35 +10:00
Cameron McCormack
06bcd8e413
Bug 797290 - #undef DATA_NODE_FLAG_BIT like other content flag bit macros. r=Ms2ger
2012-10-04 07:32:34 +10:00
Richard Newman
d99c2fa2aa
Bug 793053 - Part 0b: add MOZ_UPDATE_CHANNEL to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Richard Newman
2e96e4d476
Bug 793053 - Part 0a: add ANDROID_CPU_ARCH to Makefile.in. r=gps
2012-10-03 14:19:17 -07:00
Benoit Jacob
8088679e6b
Bug 779611 - part 4 - More WebGL extensions cleanup - r-jgilbert
2012-10-03 17:13:05 -04:00
Benoit Jacob
3a142c6980
Bug 779611 - part 3 - port WebGL extensions to WebIDL bindings, refactor them - r=bz,jgilbert
2012-10-03 17:13:05 -04:00
Benoit Jacob
9470b7d5d2
Bug 779611 - part 2 - drop old bindings for WebGLUniformLocation - r=bz
2012-10-03 17:13:05 -04:00
Benoit Jacob
8a7f727099
Bug 779611 - part 1 - port WebGLShaderPrecisionFormat to WebIDL bindings - r=bz
2012-10-03 17:13:05 -04:00
Gary Kwong
c766f778f4
Bug 696305 - Tweak suppression file for bug 793533. DONTBUILD
2012-10-03 13:36:41 -07:00
Jeff Muizelaar
b3159f57d8
Bug 662246. Log image url in profiles during decoding. r=joe
...
--HG--
extra : rebase_source : 83a418d1b8b5dbb2d5f6bfe2725f04d0459cfca0
2012-10-03 16:36:26 -04:00
Fabrice Desré
a477540cbc
merge
2012-10-03 13:36:06 -07:00
Ehsan Akhgari
6d111d550a
Bug 797227 - Remove nsDownloadManager::mDownloadType; r=mak
2012-10-03 16:34:05 -04:00
Ehsan Akhgari
eeaa8a3b6c
Bug 797224 - Remove Database::mCurrentJournalMode; r=mak
2012-10-03 16:33:30 -04:00
Joe Drew
b610b33b73
Back out 134f5b1d6d50 for leaking at shutdown on a CLOSED TREE
2012-10-03 16:31:28 -04:00
Fabrice Desré
1484bd73f4
Bug 787054 - Make the UA string OS agnostic again, use UserAgentOverrides.jsm to white-list sites that need "Android" [r=dao,gerv]
2012-10-03 13:27:46 -07:00
Jeff Muizelaar
c500015d76
Bug 794884. Make SupportImageWithMimeType return a bool. r=joe.
...
This cleans things up quite a bit.
---
content/base/src/nsObjectLoadingContent.cpp | 4 +---
docshell/base/nsWebNavigationInfo.cpp | 4 +---
image/src/imgLoader.cpp | 7 ++-----
image/src/imgLoader.h | 2 +-
layout/build/nsContentDLF.cpp | 4 +---
5 files changed, 6 insertions(+), 15 deletions(-)
2012-10-03 16:17:47 -04:00
Jeff Muizelaar
1993038640
Bug 794884. Make SupportImageWithMimeType a static function. r=joe,r=bz
...
This removes supportImageWithMimeType from the idl and makes all the
callers call the static function directly. To do this we also need
to export imgLoader.h and imgRequest.h.
---
content/base/src/nsObjectLoadingContent.cpp | 9 ++-------
docshell/base/nsWebNavigationInfo.cpp | 8 +++++---
docshell/base/nsWebNavigationInfo.h | 5 -----
image/public/imgILoader.idl | 9 +--------
image/src/Makefile.in | 4 ++++
image/src/imgLoader.cpp | 2 +-
image/src/imgLoader.h | 1 +
layout/build/nsContentDLF.cpp | 5 ++---
8 files changed, 16 insertions(+), 27 deletions(-)
2012-10-03 16:17:40 -04:00
Jeff Muizelaar
123d948acf
Bug 794884. Avoid unecessarily including imgStatusTracker.h. r=joe
...
---
image/src/imgRequest.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
2012-10-03 16:17:26 -04:00
Josh Matthews
d5c8d93586
Bug 792517 - Make the channel created by Save As respect the privacy status of the originating document. r=ehsan
2012-10-03 15:33:54 -04:00
Brad Lassey
1139702006
bug 785291 - Add support to load fonts from an APK, extract fonts from APK r=jfkthame
2012-10-03 12:29:10 -07:00