Thinker K.F. Li
a90aaede1a
Bug 769184 - Update cache entry only for new. r=honzab
...
Update entries in offline cache device only for new ones. It means the entries returned by BindEntry(), not FindEntry().
2012-07-16 20:38:47 -04:00
Thinker K.F. Li
f516a5abb5
Bug 767025 - Part 3: Testcase. r=gal
2012-07-16 20:38:47 -04:00
Dave Hylands
351faa429a
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
93ff59eabd
Bug 765107 - Reftests for scaled filter drawing; r=bas
...
--HG--
extra : rebase_source : 27fecbfc7ddb43f892401db9935236eaf00aee2d
2012-07-18 15:15:17 -04:00
Brian Birtles
f393414bcf
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
07b9ec76bb
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
03021efab7
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
c590a16cae
Bug 767337; crash test. r=roc
2012-07-18 15:04:15 -04:00
Nicholas Cameron
f81c82b671
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
d275a863dc
Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
2012-07-18 14:56:42 -04:00
Doug Turner
689ec008f1
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
4a2f743916
Bug 769594 - Make nsContentUtils use TestPermissionFromPrincipal instead of TestPermission. r=sicking
2012-07-18 11:38:02 -07:00
Jonathan Watt
cd139e3be2
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
60ec6a4ffb
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
92c3dfd59b
Bug 774298 - Remove obsolete "Inspector / Highlighter" styling. r=rcampbell
2012-07-18 19:52:14 +02:00
Mark Finkle
ca078f3a5a
Bug 775100 - Remove 'xxx' logging in HistoryTab r=wesj
2012-07-18 13:47:12 -04:00
Dave Hylands
a6e3f86e5c
Bug 773414 - Add PR_DuplicateEnvironment function. r=cjones
...
From b339e5a9ec0218d6ef947b65f95a0da944197449 Mon Sep 17 00:00:00 2001
This is a hacked up version of PR_DuplicateEnvironment which
we can use until such time as we can get a version landed in
NPSR
---
configure.in | 2 +-
mozglue/build/BionicGlue.cpp | 58 +++++++++++++++++++++++++++++++++++++++++-
2 files changed, 58 insertions(+), 2 deletions(-)
2012-07-12 13:28:14 -07:00
Bas Schouten
c6748c7b62
Bug 772726. Part 4: Fix SampleTextTexturesPS(Masked) shaders to premultiply TextColor. r=jrmuizel
...
--HG--
extra : rebase_source : 76781e7f69db6d47b3ecf8d8c37bac284133c6be
2012-07-18 01:02:08 -04:00
Robert O'Callahan
d5e555eeca
Bug 772726. Part 2: When BasicLayers is compositing directly to an Azure DrawTarget, Transform3D should handle the destination not having a CurrentSurface. r=mattwoodrow
...
--HG--
extra : rebase_source : 838f6b643d9ab4ca10a0bf9612eb2081e728288f
2012-07-18 01:02:07 -04:00
Robert O'Callahan
3c2fd3031d
Bug 774597. Avoid accessing MediaStreamGraphImpl members after the graph object may have been cleaned up by the main thread. r=jesup
...
--HG--
extra : rebase_source : 5f6c34855ad5df629c25d4b11f008b03cf2266ae
2012-07-18 01:02:06 -04:00
Jeff Gilbert
dae32c9f56
Bug 774688 - Mark reused buffer as dirty in BasicCanvasLayer - r=bas
2012-07-17 21:27:49 -07:00
David Zbarsky
053c132aa1
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (toolkit/url-classifier); r=bzbarsky
2012-07-17 23:46:21 -04:00
Ehsan Akhgari
045cd8a4a7
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more dom parts); r=bzbarsky
2012-07-11 00:14:37 -04:00
Ehsan Akhgari
951332a47b
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more content parts); r=bzbarsky
2012-07-11 00:06:42 -04:00
Ehsan Akhgari
ec650bd6a1
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (docshell parts); r=bzbarsky
2012-07-10 23:59:52 -04:00
Kyle Machulis
f8c0d08e82
Bug 740744: Asynchronous dbus events for bluetooth, Start/StopDiscovery and device event firing; r=bent sr=mrbkap
2012-07-17 20:41:54 -07:00
Ehsan Akhgari
7ce5477f9b
Bug 771976 - Part 3: Make sure that nsEditorSpellCheck's refcount doesn't go down prematurely; r=roc
...
--HG--
extra : rebase_source : 08c052ed543bbdcb8bc2c084e8aff24fbd4b40a5
2012-07-17 23:02:00 -04:00
Geoff Brown
8ab3329755
Bug 773074 - Robocop: make verifyUrl more robust; r=jmaher
2012-07-17 21:05:38 -06:00
Mark Hammond
cef7b226f6
Bug 774543 - merge SocialProvider into SocialService. r=mixedpuppy
2012-07-18 11:44:09 +10:00
Benjamin Peterson
89f1d92d32
Bug 773934 - Make the social API not rely on Function.prototype.toSource. r=mhammond
2012-07-18 11:36:48 +10:00
Vladimir Vukicevic
098150359d
b=773071; use KHR_fence_sync instead of GuaranteedRsolve with EGLImage WebGL; r=jgilbert
2012-07-17 21:20:28 -04:00
Sankha Narayan Guria
e2aeac333b
Bug 739151 - Tilt now supports frames; r=vporof,rcampbell
2012-07-10 22:28:00 +03:00
Paul Rouget
5c2586fc2a
Bug 765564 - [devtb] Add a DevTools menu to the developer toolbar. r=dao
2012-07-13 11:32:09 +02:00
Victor Porof
0c39c421be
Bug 774220 - Script URLs should appear in tooltips even when the menu list is not open; r=past
2012-07-18 09:42:51 +03:00
Victor Porof
63927a0845
Bug 771481 - 'No scripts.' should be displayed in the dropdown when there are no scripts matching the search string; r=past
2012-07-18 16:13:15 +03:00
Nathan Froyd
3c2ceb8a5c
Bug 763524 - part 3: persist each ping to its own unique file; r=taras
2012-07-10 10:18:48 -04:00
Nathan Froyd
8b3766799e
Bug 763524 - part 2: separate out finishRequest and rename it; r=taras
2012-07-10 10:17:10 -04:00
Nathan Froyd
95f08c7ba8
Bug 763524 - part 1: pass the entire ping to doPing; r=taras
2012-07-09 13:40:07 -04:00
Mounir Lamouri
5464a18491
Bug 774819 - Handle system principals in nsPermissionManager when taking principals. r=sicking
2012-07-18 08:24:01 -07:00
Brian Nicholson
869d12c0de
Bug 774648 - Enable positive button in MultiChoicePreference only if items are checked. r=mfinkle
2012-07-18 10:11:26 -07:00
Brian Nicholson
573a59ecb9
Bug 774072 - Close Favicons on background thread. r=mfinkle
2012-07-18 10:11:26 -07:00
Jonathan Watt
a39402dab5
Bug 770629 (Divs aren't rendered when using CSS 3D transforms) regression test for DLBI. r=mattwoodrow.
...
--HG--
extra : rebase_source : 7f3a2e56e99e56131852babca3405d957aca0593
2012-07-18 12:50:10 -04:00
Saurabh Anand
1c547314a0
Bug 774660 - openPreferences should consistently not return a window object; r=dao
2012-07-18 20:48:11 +05:30
Ehsan Akhgari
b9d3334c84
Backout changeset f0be368bb172 (bug 773100) for broken builds across the board
2012-07-18 12:19:20 -04:00
Rafael Ávila de Espíndola
b1d34774bf
Bug 775134 - Remove extra ; r=ehsan.
...
--HG--
extra : rebase_source : 1d44663679e8f1944649d54608e5e6e6694e88c5
2012-07-18 12:15:47 -04:00
Ehsan Akhgari
1f8f1532ad
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more toolkit parts); blanket-r=bzbarsky
2012-07-18 12:12:55 -04:00
Matt Woodrow
4322843c84
Bug 773100 - Invalidate the frame bounds instead of deleting the frame property. r=roc
2012-07-16 22:28:44 -04:00
Ehsan Akhgari
b3a1909572
Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (more xpcom parts); blanket-r=bzbarsky
2012-07-18 11:54:26 -04:00
Kartikaya Gupta
15dfe18ba1
Bug 766647 - Do a better job of coalescing the low-res screenshots. r=blassey
2012-07-18 11:23:16 -04:00
Rafael Ávila de Espíndola
0592691e45
Bug 733905 - switch OS X builds to clang. r=ehsan.
...
--HG--
extra : rebase_source : aec96c90aecafc757d3ce759eb7d80c0c8e3d965
2012-07-18 09:31:15 -04:00