Karl Tomlinson
|
657ea8347a
|
b=497498 move drag event dispatch logic from nsWindow to nsDragService r=roc
--HG--
extra : rebase_source : ec52cbad0d1efff13c989e8b5061f7fc3445b92b
|
2012-04-19 18:18:31 +12:00 |
|
Karl Tomlinson
|
c42f5a3887
|
b=497498 schedule event dispatch in response to GTK drag target signals to avoid running the event loop at unexpected times r=roc
--HG--
extra : rebase_source : 881ad7c0efa85174347059a9f53b3a5bd4c76696
|
2012-04-19 18:18:31 +12:00 |
|
Karl Tomlinson
|
3eb6a4c206
|
b=634719 Add a helper to get the nsDragService r=roc
--HG--
extra : rebase_source : cd811aee525b1675b47573e313f6804112d78ef0
|
2012-04-19 18:18:31 +12:00 |
|
Bill McCloskey
|
1f645ea274
|
Bug 750476 - Fix comment in gc/Barrier.h (r=NPOTB)
|
2012-04-30 13:51:55 -07:00 |
|
Richard Newman
|
ad538f6a37
|
Bug 749857 - Don't upload history records without URI or visits. r=liuche, a=blocking-fennec
|
2012-04-30 13:40:34 -07:00 |
|
Nick Alexander
|
5b3bee23a4
|
Bug 713524 - Batch bookmark inserts. r=rnewman, a=blocking-fennec
|
2012-04-30 13:40:30 -07:00 |
|
Nick Alexander
|
ab7dfdbd80
|
Bug 743153 - Use ContentUris.parseId instead of RepoUtils.getAndroidIdFromUri. r=rnewman, a=blocking-fennec (dependency)
|
2012-04-30 13:40:27 -07:00 |
|
Mark Finkle
|
ef1fcb3e2c
|
Bug 750159 - Sometimes we get 'browser is null' errors in onLocationChange so remove the need for the browser r=mbrubeck
|
2012-04-30 16:17:31 -04:00 |
|
Mark Finkle
|
f8175383ec
|
Bug 750195 - java.lang.NullPointerException: at org.mozilla.gecko.GeckoApp.onDestroy(GeckoApp.java) r=bnicholson
|
2012-04-30 16:17:29 -04:00 |
|
Kartikaya Gupta
|
88586d9abc
|
Bug 738641 - Account for rounding errors when reporting page size from JS to Java. r=Cwiiis
|
2012-04-30 15:50:50 -04:00 |
|
Andrew McCreight
|
05fb8bb993
|
Bug 737075 - unmark gray strongly held observers implemented in JS. r=bsmedberg, smaug
|
2012-04-30 12:01:11 -07:00 |
|
Benoit Girard
|
4b321f4886
|
Bug 749107 - Set the texture unit before binding the tile texture and change the texture ordering in ImageLayer to leave texture unit 0 bound. r=jmuizelaar
|
2012-04-30 14:51:05 -04:00 |
|
Matt Brubeck
|
135d41b731
|
Bug 746703 - Set targetSdkVersion to 14 in AndroidManifest.xml to disable legacy menu button [r=blassey]
|
2012-04-19 12:28:13 -07:00 |
|
Phil Ringnalda
|
3ea4cf1424
|
Back out 28cfc474ab58 (bug 742626) for xpcshell bustage
|
2012-04-30 11:38:09 -07:00 |
|
Justin Lebar
|
613652a1c9
|
Bug 748440 - Part 2: Report heap-committed-unused{,-ratio} in telemetry. r=taras
--HG--
extra : rebase_source : 5c864364d48a51697330b11a6ea2bcc5849d6394
|
2012-04-30 14:27:16 -04:00 |
|
Justin Lebar
|
1dff62b86c
|
Bug 748440 - Part 1: Add heap-committed-unused and heap-committed-unused-ratio memory reporters, and rename some JS memory reporters to match. Also add back the js-gc-heap memory reporter. r=njn
--HG--
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsing_telemetry.js => browser/components/privatebrowsing/test/unit/test_privatebrowsing_autostart.js
rename : browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_telemetry.js => browser/components/privatebrowsing/test/unit/test_privatebrowsingwrapper_autostart.js
rename : security/manager/ssl/src/TransportSecurityInfo.cpp => security/manager/ssl/src/nsNSSIOLayer.cpp
rename : security/manager/ssl/src/TransportSecurityInfo.h => security/manager/ssl/src/nsNSSIOLayer.h
extra : rebase_source : 237a72f9b82f0e39dd0f15afa6056f231dc58358
|
2012-04-30 14:27:15 -04:00 |
|
Brian Nicholson
|
3529eb4647
|
Bug 746697 - Create nsApplicationCacheService to wrap nsOfflineCacheDevice. r=honzab
|
2012-04-30 10:57:09 -07:00 |
|
Jared Wein
|
4a14801895
|
Bug 702463 - Increasing the timeout of the tests due to the presence of multiple refresh drivers. r=ehsan
|
2012-04-30 13:44:55 -04:00 |
|
Avi Halachmi
|
f87d6740b5
|
Bug 702463 - Smooth scrolling should use refresh observer instead of a timer. r=roc
|
2012-03-31 16:08:00 +03:00 |
|
Fabrice Desré
|
993fcccb96
|
Bug 742626 - Allow indexedDB parent directory to not be the default profile directory [r=bent]
|
2012-04-30 10:27:57 -07:00 |
|
Brian R. Bondy
|
4d163ec0b5
|
Bug 749527 - Remove text formats in clipboard when copying an image. r=ehsan.
|
2012-04-30 13:08:16 -04:00 |
|
Josh Matthews
|
b1feec2eac
|
Bug 749795 - Use neglected code that properly obtains private browsing mode in plugins. r=josh
|
2012-04-30 09:46:27 +02:00 |
|
Fabrice Desré
|
2d07fe18c1
|
Bug 749695 - building with --disable-jemalloc fails [r=mwu]
|
2012-04-30 09:32:57 -07:00 |
|
Kyle Huey
|
1999811527
|
Bug 750253: Reorder generation of quickstubs header/cpp to avoid unnecessary rebuilds. r=ted
|
2012-04-30 12:30:00 -04:00 |
|
Justin Lebar
|
aff6d429ca
|
Bug 742849 - Disable AvailableMemoryTracker for 64-bit Windows processes. r=bsmedberg
|
2012-04-30 12:18:48 -04:00 |
|
Mike Hommey
|
2f50458bc1
|
Bug 750290 - Remove tools/leaky. r=dbaron
|
2012-04-30 18:17:46 +02:00 |
|
Mike Hommey
|
f034ce66d3
|
Bug 750267 - Remove tools/elf-dynstr-gc. r=ted
|
2012-04-30 18:17:44 +02:00 |
|
Chris Lord
|
6fa85ed098
|
Bug 747779 - Fix raw type Iterator warning in ProfileMigrator.java. r=kats
Using an untyped Iterator causes warnings (and thus, build errors) in Java 7.
|
2012-04-30 16:13:26 +01:00 |
|
Ehsan Akhgari
|
2d18235ed3
|
Merge mozilla-central into mozilla-inbound
|
2012-04-30 10:59:09 -04:00 |
|
Ehsan Akhgari
|
0c839552d3
|
Merge the latest green PGO changeset from mozilla-inbound to mozilla-central
|
2012-04-30 10:58:35 -04:00 |
|
Mark Capella
|
e02d58544d
|
Bug 748716 - don't export ApplicationAccessibleWrap.h, r=surkov
|
2012-04-30 23:44:43 +09:00 |
|
Christian Holler
|
1720f14426
|
Bug 749768 - Disable valgrind for jit-tests when running with AddressSanitizer, r=khuey
|
2012-04-30 10:23:12 -04:00 |
|
Benoit Girard
|
eb0a17535a
|
Bug 749357 - TiledThebesLayerOGL can draw un-rendered areas of tiles. r=chrislord
|
2012-04-30 10:19:17 -04:00 |
|
Dão Gottwald
|
7500ef3a26
|
Bug 588909 - Replace Gecko/<date> with Gecko/<version> in UA string. r=bz sr=gerv
|
2012-04-30 13:06:45 +02:00 |
|
Ed Morley
|
9423ca36fc
|
Backout e00bbdb439ed (bug 707579) for win64 make check failures
|
2012-04-30 11:37:59 +01:00 |
|
Brian Smith
|
600eceaff8
|
Bug 703834 - Part 3 - Remove extraneous variable mSSLStatus that was unintentionally left over in nsNSSSocketInfo, r=me
--HG--
extra : rebase_source : 958bf51b6869318deeedd272f244d1b4b6f3e196
|
2012-04-30 02:11:09 -07:00 |
|
Jonathan Kew
|
3fa80ac988
|
Bug 749658 - Distinguish scrollable from visual bounds for nsTextBoxFrame. r=roc
|
2012-04-29 20:34:09 -04:00 |
|
Ryan VanderMeulen
|
e4a009f28f
|
Merge m-c to m-i
|
2012-04-29 16:35:05 -04:00 |
|
Eric Wong
|
2974faa0ea
|
Bug 724841 - Retain case when sending location bar text to search engine service r=bz
|
2012-04-28 18:39:14 -07:00 |
|
Kyle Huey
|
2959b5c867
|
Bug 749648 - Null-check the return value of MapViewOfFile properly in CheckASLR; r=ehsan
|
2012-04-28 17:11:40 -04:00 |
|
Margaret Leibovic
|
6899236998
|
Bug 749582 - Fennec doesn't start in landscape mode. r=mfinkle
|
2012-04-28 15:46:03 -04:00 |
|
Margaret Leibovic
|
087c779d06
|
Bug 749624 - Check to make sure BrowserApp.selectedTab isn't null. r=mfinkle
|
2012-04-28 15:35:11 -04:00 |
|
Oleg Romashin
|
cbab0e0682
|
Bug 743314 - Force CanUploadSubtextures on Maemo6 harmattan. r=chrislord.net
|
2012-04-28 09:05:41 -04:00 |
|
Jeff Walden
|
231c8e7355
|
Fix some optimized-build warnings, neither yet reported as far as I know. No bug, r=themaid
|
2012-04-28 10:09:27 -07:00 |
|
Jeff Walden
|
a8f00c4a52
|
Fix build warnings introduced by bug 745057, bug 739380, and bug 746036 (warnings reported as bug 749951 and bug 749933, and in bug 746036 itself). r=chucktesta
|
2012-04-28 09:58:30 -07:00 |
|
Joey Armstrong
|
8b50a8d32f
|
bug 748130: Replace FORCE dependencies, repacks are a conditional force. r=ted
|
2012-04-27 17:00:00 -04:00 |
|
Jeff Walden
|
f5bfd43959
|
Remove an unnecessary jsdate.h #include from jsobjinlines.h, and add a new one to vm/GlobalObject.cpp, significantly reducing the number of files compiled when jsdate.h changes. No bug, r=sparky
|
2012-04-26 18:58:30 -07:00 |
|
Kartikaya Gupta
|
7145ee9b1c
|
Bug 749788 - Fix some JNI code bugs. r=blassey
|
2012-04-28 12:55:59 -04:00 |
|
Jared Wein
|
943f6124d4
|
Bug 515785 - Use new icons for each task in Win7 Jump list tasks. r=bbondy
|
2012-04-28 11:22:06 -04:00 |
|
Joey Armstrong
|
6a6ade340c
|
Bug 743243 - Add isTargetStem makefile function. r=ted
|
2012-04-28 11:16:12 -04:00 |
|