Commit Graph

99422 Commits

Author SHA1 Message Date
Masayuki Nakano
141ea58a3e Bug 751749 part.1 Decide one modifier for a modifier flag r=karlt 2012-07-19 10:28:16 +09:00
Wes Johnston
b3adb7faae Bug 703279 - Follow up to add missing include. r=kats 2012-07-18 18:09:53 -07:00
Mike Hommey
c7b8baf87a Bug 774772 - Fix webapprt l10n after bug 762864. r=bsmedberg 2012-07-18 08:34:56 +02:00
David Rajchenbach-Teller
84f538fea6 Bug 769310 - Unix paths. r=taras 2012-07-18 21:09:14 -04:00
David Rajchenbach-Teller
20f50ad90f Bug 769310 - Windows paths. r=taras 2012-07-18 21:09:14 -04:00
ku.b@gmx.de
d7c9e2fe98 Bug 709732 - double color correction with X Color Management 2012-07-18 21:09:13 -04:00
Wes Johnston
cde7645635 Bug 703279 - Cancel panning when a context menu is shown. r=kats 2012-07-18 17:58:56 -07:00
Wes Johnston
225ceac5b8 Bug 766802 - Follow up to fix event listener. r=mfinkle 2012-07-18 17:56:44 -07:00
Gavin Sharp
cb9faf6363 Bug 773934 followup: add license headers to new files, and remove unused code
--HG--
extra : transplant_source : %91%7C%F2r%1B%A9%94%A1Q%85%5E%F7N76%83%9C%F80%D7
2012-07-18 17:16:58 -07:00
Jonas Sicking
71c6312f0b Back out 44f8cae1dcf0, part of bug 769594, due to orange 2012-07-18 16:18:42 -07:00
Wes Johnston
58b19580ad Bug 766802 - Target=blank links should open in the browser for webapps. r=mfinkle DONTBUILD 2012-07-18 15:43:34 -07:00
Wes Johnston
7282ef5260 backout 2c49724bcbfd 2012-07-18 16:02:55 -07:00
Nicholas Nethercote
3607438e75 Bug 771378 (part 4) - Follow-up to avoid an uninitialized variable. r=sfink.
--HG--
extra : rebase_source : 44f1456136324ae76f27077829faf546024bad11
2012-07-18 15:53:17 -07:00
Wes Johnston
fb11286c15 comparing with http://hg.mozilla.org/integration/mozilla-inbound/
searching for changes
changeset:   99712:bbdfd47ad4d7
tag:         tip
user:        Wes Johnston <wjohnston@mozilla.com>
summary:     Bug 766802 - Clicks on links with target=blank in webapps should open in the browser. r=mfinkle
2012-07-18 15:43:34 -07:00
Andrew McCreight
a3df4ac39e Bug 770218 - null check mAList during unlink of DOMSVG{Length,Number,Transform}List. r=jwatt 2012-07-18 15:44:22 -07:00
David Clarke
1b7789c269 Bug 775051 - Make sure there is a valid url before attempting to add perms for it, r=philikon 2012-07-18 15:38:00 -07:00
Jeff Gilbert
fe4f76331d merge the backout of cset d4a04cc38326 2012-07-18 15:25:59 -07:00
Jeff Gilbert
35740f94a5 Backed out changeset d4a04cc38326 2012-07-18 15:23:47 -07:00
Marshall Culpepper
75a9b983ba Bug 775308 - Enable GPU acceleration in the emulator used by Marionette, r=jgriffin, DONTBUILD because NPOTB 2012-07-18 15:16:31 -07:00
Benjamin Peterson
0f84266c79 Bug 725702: support for of loops in Reflect.parse r=dherman 2012-07-18 18:14:15 -04:00
Jeff Gilbert
3e4b30be56 Bug 774059 - Fix up references to glEGLImageTargetTexture2D - r=bjacob 2012-07-18 14:17:10 -07:00
Saurabh Anand
e748110311 Bug 722996 - cookieAcceptDialog.js uses global Private Browsing state to make decisions; r=ehsan 2012-07-19 02:23:40 +05:30
Matt Brubeck
5c5f0c538c Bug 767809 - BrowserToolbar.show/hide must be called on the UI thread [r=margaret] 2012-07-18 14:02:04 -07:00
Jeff Gilbert
a629d6f9ae Bug 774841 - Check the proper extension before using ImageTargetTexture2D - r=bgirard 2012-07-18 13:41:49 -07:00
Andrew McCreight
e82547c80d Bug 761831 - Be less ambitious in GetMemberInfo. r=bholley 2012-07-18 13:28:58 -07:00
Chris Jones
3cf1526c52 Bug 774989: Transform touch-event coordinates for remote content. r=smaug 2012-07-18 12:43:06 -07:00
Joel Maher
5b0cdffc1b Bug 772531 - detect when a tegra reboots via log file parsing, mark test as red and allow tbpl to get accurate information. r=wlach 2012-07-18 15:24:34 -04:00
David Zbarsky
ae53abdf98 [Bug 774751] Use nsRefPtr in nsIDocument r=bz 2012-07-18 12:47:37 -04:00
David Zbarsky
7f0f075928 [Bug 774505] Don't include Layers.h everywhere r=cjones 2012-07-18 12:31:40 -04:00
Dave Hylands
b5b5b42198 Bug 772734 - Fixes LaunchApp hang when launching. r=cjones
From 8010cffba6e3dec5f792e965aacb9621ef06e0d7 Mon Sep 17 00:00:00 2001
 plugin-container - v5
Added checks in case PR_DuplicateEnvironment or PR_Malloc fail
Added #ifdef so that only Android builds try to call PR_DuplicateEnvironment
Moved PR_DuplicateEnvironment function from mozglue into process_util_linux.cc
so that matched alloc/free calls happen under android.
---
 ipc/chromium/src/base/process_util_linux.cc |  146 +++++++++++++++++++++++++--
 1 file changed, 140 insertions(+), 6 deletions(-)
2012-07-13 08:41:30 -07:00
Dave Hylands
99b30c8c9a Bug 773414 - Add PR_DuplicateEnvironment function. r=cjones
From 2236c867cfc9b25bc1327206da8b4b29a91f65e0 Mon Sep 17 00:00:00 2001
Need to reimplement PR_GetEnv and PR_SetEnv so that we can access
to the lock. This is needed by PR_DuplicateEnvironment, which
was moved to ipc/chromium/src/base/process_util_linux.cc otherwise
the alloc/frees don't get matched up properly.

This is tempoarary until we can get PR_DuplicateEnvironment landed
into NSPR.
---
 configure.in                 |    2 +-
 mozglue/build/BionicGlue.cpp |   44 +++++++++++++++++++++++++++++++++++++++++-
 2 files changed, 44 insertions(+), 2 deletions(-)
2012-07-12 13:28:14 -07:00
Brian Birtles
ecfc76e256 Bug 765107 - Reftests for scaled filter drawing; r=bas
--HG--
extra : rebase_source : 27fecbfc7ddb43f892401db9935236eaf00aee2d
2012-07-18 15:15:17 -04:00
Brian Birtles
f909c43c9b Bug 765107 - Fix transformed filter drawing with Azure; r=bas
--HG--
extra : rebase_source : bfd4a2a16cbae25db180aed7c84991374a41730b
2012-07-18 15:15:17 -04:00
Ted Mielczarek
a413daa790 bug 761907 - use sys_fstat64 on Android and gonk. r=upstream
--HG--
extra : rebase_source : 75b02da45b38bfa5ae7e48401b7c0715b65e9640
2012-07-16 14:11:11 -04:00
Ted Mielczarek
7653fc01cd bug 763621 - Fix a Breakpad issue, patch from upstream r792. r=upstream
--HG--
extra : rebase_source : 5f8c09fcc2172fe60b524e8e3d1026d35e7c95aa
2012-07-18 15:11:51 -04:00
Nicholas Cameron
8564f0e282 Bug 767337; crash test. r=roc 2012-07-18 15:04:15 -04:00
Nicholas Cameron
7729101eae Bug 767337; remove D3D10_RESOURCE_MISC_GDI_COMPATIBLE flag from D3D10 layer manager. r=roc 2012-07-18 15:02:12 -04:00
Matt Woodrow
64a3aef505 Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc 2012-07-18 14:56:42 -04:00
Doug Turner
ed81635232 Bug 765498 - Device Storage - Gaia - ensure /sdcard is backed by a file system. r=dhylands
--HG--
extra : rebase_source : c36eaa86566f7b7bd6eeefbcbc0622ec99a33816
2012-07-18 11:31:05 -07:00
Mounir Lamouri
ebfb3f57c9 Bug 769594 - Make nsContentUtils use TestPermissionFromPrincipal instead of TestPermission. r=sicking 2012-07-18 11:38:02 -07:00
Jonathan Watt
87df7900f8 Regression test for bug 769942 (DLBI broke invalidation of foreignObjects in filters). r=longsonr.
--HG--
extra : rebase_source : 9042dda0fbb7ae586eb79de6eddc15830c1c7d69
2012-07-18 13:57:54 -04:00
Jonathan Watt
958e2c965e Bug 774077 - Fix Clang warning in nsSVGGraphicElement.cpp. r=dholbert.
--HG--
extra : rebase_source : 20a6001c421008c19d6000541077c78819520393
2012-07-18 13:47:40 -04:00
Dão Gottwald
fdef80a11c Bug 774298 - Remove obsolete "Inspector / Highlighter" styling. r=rcampbell 2012-07-18 19:52:14 +02:00
Mark Finkle
befb4a1892 Bug 775100 - Remove 'xxx' logging in HistoryTab r=wesj 2012-07-18 13:47:12 -04:00
Nathan Froyd
d1ed121ea6 Bug 763524 - part 3: persist each ping to its own unique file; r=taras 2012-07-10 10:18:48 -04:00
Nathan Froyd
7a7b0d2568 Bug 763524 - part 2: separate out finishRequest and rename it; r=taras 2012-07-10 10:17:10 -04:00
Nathan Froyd
16d7f620e4 Bug 763524 - part 1: pass the entire ping to doPing; r=taras 2012-07-09 13:40:07 -04:00
Mounir Lamouri
8dd15b6732 Bug 774819 - Handle system principals in nsPermissionManager when taking principals. r=sicking 2012-07-18 08:24:01 -07:00
Brian Nicholson
81430d1658 Bug 774648 - Enable positive button in MultiChoicePreference only if items are checked. r=mfinkle 2012-07-18 10:11:26 -07:00
Brian Nicholson
1f4a0c4022 Bug 774072 - Close Favicons on background thread. r=mfinkle 2012-07-18 10:11:26 -07:00