George Wright
|
d6f608d0d1
|
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
--HG--
extra : rebase_source : 6dc39ae06b4cb38cd8e85e41c01077f815b8f8c8
|
2012-08-15 16:59:07 -04:00 |
|
Bill McCloskey
|
55cbbbc633
|
Bug 765065 - Annotation for crash reports: "Are we GCing?" (r=bsmedberg)
|
2012-08-15 10:47:51 -07:00 |
|
Nathan Froyd
|
7bc17507cf
|
Bug 782373 - use HISTOGRAM_BOOLEAN more consistently; r=taras
--HG--
extra : rebase_source : 5ab66c02696a4e7a595504dcf4f72e3f44380325
|
2012-08-13 14:49:10 -04:00 |
|
Aryeh Gregor
|
e0ab48ca47
|
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
|
2012-08-13 16:49:48 +03:00 |
|
Aryeh Gregor
|
04236844ff
|
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
|
2012-08-09 11:36:40 +03:00 |
|
Aryeh Gregor
|
dbff4eaa1c
|
Bug 782252 - Convert declared types to nsresult; r=ehsan
|
2012-08-06 15:02:31 +03:00 |
|
Andrew Hurle
|
73b0dda405
|
Bug 634139 - Add a service for finding the representative color in an image. r=MattN
--HG--
extra : rebase_source : 111c2a3e6b0abfd8b75b90afbe5e736f80ff2939
|
2012-08-03 14:18:00 -07:00 |
|
Gian-Carlo Pascutto
|
8830facf6b
|
Bug 673470 - Update the new SafeBrowsing code to MPL 2.0. r=dcamp
|
2012-08-15 09:10:56 +02:00 |
|
Gian-Carlo Pascutto
|
cb37e8e991
|
Bug 673470 - Skip chunks we already have during merges. r=dcamp
|
2012-08-15 09:10:39 +02:00 |
|
Gian-Carlo Pascutto
|
9edd935068
|
Bug 673470 - Simplify PrefixSet by removing (unneeded) thread safety. r=dcamp
|
2012-08-15 09:10:24 +02:00 |
|
Gian-Carlo Pascutto
|
2eadd943e7
|
Bug 738533 - Replace NS_QuickSort use by qsort. r=dcamp
|
2012-08-15 09:10:07 +02:00 |
|
Gian-Carlo Pascutto
|
f5f2594165
|
Bug 750625 - crash in nsUrlClassifierPrefixSet::GetPrefixes. r=dcamp
|
2012-08-15 09:09:53 +02:00 |
|
Gian-Carlo Pascutto
|
dec706d5ae
|
Bug 673470 - Remove some unneeded PromiseFlatCString. r=dcamp
|
2012-08-15 09:09:40 +02:00 |
|
Gian-Carlo Pascutto
|
f46a9e09d4
|
Bug 673470 - Make the PrefixSet/LookupCache construction infallible again. r=dcamp f=jlebar
|
2012-08-15 09:09:25 +02:00 |
|
Gian-Carlo Pascutto
|
a8c4d5f9db
|
Bug 673470 - Expire SubPrefixes that can't do anything immediately. r=dcamp
|
2012-08-15 09:08:51 +02:00 |
|
Gian-Carlo Pascutto
|
d8dee3d281
|
Bug 673470 - Don't resort if not needed. Fix comparator. Cleanups. r=dcamp
|
2012-08-15 09:08:37 +02:00 |
|
Gian-Carlo Pascutto
|
3403df5b2f
|
Bug 673470 - Fix wrong order of arguments to KeyedHash function. r=dcamp
|
2012-08-15 09:08:23 +02:00 |
|
Gian-Carlo Pascutto
|
08b56e92fc
|
Bug 673470 - Fix order of SubPrefix Knockouts. r=dcamp
|
2012-08-15 09:08:09 +02:00 |
|
Gian-Carlo Pascutto
|
5947481955
|
Bug 673470 - Remove unused compare functions. r=dcamp
|
2012-08-15 09:07:56 +02:00 |
|
Gian-Carlo Pascutto
|
a13f48e7cf
|
Bug 673470 - Fix inconsistent variable naming. r=dcamp
|
2012-08-15 09:07:36 +02:00 |
|
Gian-Carlo Pascutto
|
0686262763
|
Bug 673470 - Fix format description in HashStore.cpp. r=dcamp
|
2012-08-15 09:07:23 +02:00 |
|
Gian-Carlo Pascutto
|
8e324b990e
|
Bug 768871 - Provide an option to disable per-client randomization. r=dcamp
|
2012-08-15 09:07:10 +02:00 |
|
Gian-Carlo Pascutto
|
6ded7207a2
|
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
|
2012-08-15 09:06:54 +02:00 |
|
Gian-Carlo Pascutto
|
c8daec3f7e
|
Bug 729640 - Fix broken UrlClassifier assertion. r=dcamp
|
2012-08-15 09:05:32 +02:00 |
|
Gian-Carlo Pascutto
|
6f527b11cb
|
Bug 726002 - Clear some big nsTArrays as early as possible in updates. r=dcamp
|
2012-08-15 09:05:18 +02:00 |
|
Gian-Carlo Pascutto
|
3482744475
|
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
|
2012-08-15 09:05:08 +02:00 |
|
Gian-Carlo Pascutto
|
6cd4e0ecf4
|
Bug 725597 - SafeBrowsing fails to update persistent PrefixSet on Windows. r=dcamp
|
2012-08-15 09:04:51 +02:00 |
|
Gian-Carlo Pascutto
|
5a5335d7a3
|
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
|
2012-08-15 09:04:31 +02:00 |
|
Gian-Carlo Pascutto
|
1c38a63dbe
|
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
|
2012-08-15 09:04:19 +02:00 |
|
Marco Castelluccio
|
cb9964a73c
|
Bug 782171. Create webapp profile directory on installation, even when there isn't an appcache url in the manifest. r=felipe
|
2012-08-14 23:19:36 -07:00 |
|
Marco Castelluccio
|
1803997258
|
Bug 782476. Provide a notification for successful webapp installation. r=felipe
|
2012-08-14 23:19:32 -07:00 |
|
David Rajchenbach-Teller
|
95ee23b5f6
|
Bug 773643 - Test (de)serialization of errors. r=froydnj
|
2012-08-14 19:56:47 -04:00 |
|
David Rajchenbach-Teller
|
050ed6cb53
|
Bug 773643 - Serialize Windows errors. r=froydnj
|
2012-08-14 19:56:47 -04:00 |
|
David Rajchenbach-Teller
|
f870ac5d07
|
Bug 773643 - Serialize Unix errors. r=froydnj
|
2012-08-14 19:56:47 -04:00 |
|
Ehsan Akhgari
|
805b10b6d6
|
Merge removal of nsnull
|
2012-08-14 11:29:00 -04:00 |
|
Justin Lebar
|
8a615581c4
|
Bug 769254 - Part 2: Modify nsPIWindowWatcher::OpenWindowJS (renamed to OpenWindow2) so we can pass in the URL for target=_blank links without navigating the opened window to that URL. r=bz
|
2012-08-14 10:58:00 -04:00 |
|
Gavin Sharp
|
233600650d
|
Bug 782287: better delineate SocialService initialization code from provider loading, and lazy-load MozSocialAPI module only when needed, r=adw
--HG--
extra : rebase_source : d1332eb18312255368a985b64d62d76e1fc00a50
|
2012-08-13 11:20:29 -04:00 |
|
Mark Capella
|
f6b3d51d4a
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, Toolkits, r=ted, f=gps
|
2012-08-14 10:06:12 -04:00 |
|
Ed Morley
|
a64cc16c8c
|
Merge mozilla-central to mozilla-inbound
|
2012-08-14 14:00:36 +01:00 |
|
Ed Morley
|
a95d17dc7b
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-14 13:52:25 +01:00 |
|
Tim Taubert
|
ca8d108df1
|
merge m-c to fx-team
|
2012-08-13 20:52:40 -07:00 |
|
Will Nayes
|
130e72dcf7
|
Bug 781956 - Don't close the wizard when using advance(pageId) on the last page. r=enn
|
2012-08-13 21:54:43 -04:00 |
|
David Rajchenbach-Teller
|
5be0b90c6a
|
Bug 780499 - Companion testsuite. r=froydnj
|
2012-08-13 21:54:43 -04:00 |
|
David Rajchenbach-Teller
|
1124c8d92a
|
Bug 780499 - Rearrange setPosition constants. r=froydnj
|
2012-08-13 21:54:43 -04:00 |
|
David Rajchenbach-Teller
|
9a6bba01ef
|
Bug 771927 - Companion testsuite. r=froydnj
|
2012-08-13 21:54:43 -04:00 |
|
David Rajchenbach-Teller
|
31f7f794c6
|
Bug 771927 - [OS.File] (de)serialize ArrayBuffer, C arrays, C pointers, Strings - Implementation. r=froydnj
|
2012-08-13 21:54:42 -04:00 |
|
Matt Woodrow
|
28bfeac464
|
Bug 770000 - Call WillPaint and DidPaint from the refresh driver instead of the widget events. r=roc
|
2012-08-13 22:10:11 +12:00 |
|
Aryeh Gregor
|
6a9cec29c8
|
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
|
2012-08-12 13:43:47 +03:00 |
|
Bill McCloskey
|
c31671f405
|
Bug 781945 - Improve GC telemetry (r=mccr8)
|
2012-08-13 10:30:44 -07:00 |
|
Blair McBride
|
ec56c1ee93
|
Bug 780121 - Expose internal Add-ons Manager objects in debug builds. r=Mossop
|
2012-08-13 14:19:37 +12:00 |
|
Blair McBride
|
3552bc7b16
|
Bug 772238 - NS_ERROR_FILE_TARGET_DOES_NOT_EXIST @ XPIProvider.jsm line 1932 when installing addons on B2G. r=Mossop
|
2012-08-13 14:19:31 +12:00 |
|
Ryan VanderMeulen
|
8f541ca7c2
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-08-09 17:56:47 -04:00 |
|
Tim Taubert
|
60e426ad9a
|
merge m-c to fx-team
|
2012-08-09 20:48:53 +02:00 |
|
Mike Hommey
|
ed3290c432
|
Bug 776325 - Set gtk program name to the one defined in application.ini. r=karlt
|
2012-08-09 16:34:26 +02:00 |
|
Ed Morley
|
afd5340800
|
Merge mozilla-central to mozilla-inbound
|
2012-08-09 12:51:21 +01:00 |
|
Ed Morley
|
61bd42dc2d
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-09 12:46:05 +01:00 |
|
Ms2ger
|
17e25febb8
|
Bug 780387 - Part d: Stop using PRFloat64; r=bsmedberg
|
2012-08-09 09:09:42 +02:00 |
|
Ms2ger
|
3f950b5744
|
Bug 780387 - Part b: Stop using PRIntn; r=bsmedberg
|
2012-08-09 09:09:40 +02:00 |
|
Nick Fitzgerald
|
4417dc2ab5
|
Share the breakpoint store across ThreadActor instances (bug 777146); r=past
|
2012-08-06 12:32:00 +03:00 |
|
Tim Taubert
|
90e44e7a50
|
merge m-c to fx-team
|
2012-08-08 11:53:37 +02:00 |
|
Mark Capella
|
7f1134962e
|
Bug 779057 - DirInstallLocation._readAddons() deletes stale pointer files unsafely, r=unfocused
|
2012-08-07 06:57:00 +12:00 |
|
Ed Morley
|
088ff72137
|
Backout 16a8b66f1503 (bug 758950) for M1 failures in test_bug292789.html
|
2012-08-07 11:12:26 +01:00 |
|
Marcos Santiago
|
d4a1961350
|
Bug 758950 - Part 1: Use more for...of loops in Add-ons Manager frontend and backend code. r=Unfocused
|
2012-08-06 01:03:00 +12:00 |
|
Ms2ger
|
c7a5b33778
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
6173fa297f
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Ed Morley
|
bba173e66e
|
Revert inbound to 3d5d1daa2505 to stop OS X M5 failures (backout not clean/could have been a bad merge) on a CLOSED TREE
|
2012-08-04 18:05:15 +01:00 |
|
Ms2ger
|
2529739530
|
Merge m-c to m-i.
|
2012-08-04 13:02:15 +02:00 |
|
Ed Morley
|
2ad4635648
|
Backout fce1836888b4 (bug 778608) for failures in browser_webconsole_bug_595934_message_categories.js on a CLOSED TREE
|
2012-08-04 09:53:30 +01:00 |
|
Mike Hommey
|
4e998b1d36
|
Backout changeset 2ef51674316a (bug 774032 bonus) for various Mochitest bustages on a CLOSED TREE
|
2012-08-04 10:38:41 +02:00 |
|
Ms2ger
|
babf67cce2
|
Bug 716822 - Move attributes and methods on nsIDOMNSEvent to nsIDOMEvent; r=smaug
|
2012-08-04 09:44:00 +02:00 |
|
Mike Hommey
|
17fb6cad2d
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 08:48:56 +02:00 |
|
Andres Hernandez
|
ece5ac35a6
|
Bug 621564. Use Map in nsContentPrefService's cache. r=felipe
|
2012-08-03 09:43:08 -06:00 |
|
Felipe Gomes
|
35b79a490e
|
Bug 775803. Move WebappsInstaller to toolkit. r=glandium
--HG--
rename : browser/modules/WebappsIconHelpers.js => toolkit/webapps/WebappsIconHelpers.js
rename : browser/modules/WebappsInstaller.jsm => toolkit/webapps/WebappsInstaller.jsm
|
2012-08-03 20:40:30 -07:00 |
|
Ed Morley
|
edbbd284ab
|
Merge mozilla-central and fx-team
|
2012-08-03 15:52:55 +01:00 |
|
Ed Morley
|
814a6224c4
|
Backout 1924fe55fb6e (bug 771294) for causing failures in test_cross_domain.xul
|
2012-08-03 11:14:08 +01:00 |
|
John Schoenick
|
43cbd91e9a
|
Backout 1f47de086284 (Bug 771666) for orangeness
|
2012-08-02 19:57:51 -07:00 |
|
Devdatta Akhawe
|
a7f111cd79
|
Bug 767676 - Implement Security UI Telemetry. r=honzab,bsmith,felipc,dtownsend
|
2012-08-02 18:51:17 -07:00 |
|
John Schoenick
|
0ca06db053
|
Bug 771666 - Update sandbox test to reflect expected plugin behavior. r=mattn
|
2012-08-02 15:41:54 -07:00 |
|
Ed Morley
|
4c9a339aa1
|
Merge mozilla-central to mozilla-inbound
|
2012-08-08 19:13:29 +01:00 |
|
Ed Morley
|
969a047a7e
|
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
|
2012-08-08 17:18:26 +01:00 |
|
Ed Morley
|
66bb79039e
|
Backout ec46cfa51bf8, 4a54f06efee8, de811fbd27b0 & 67ea1314c777 (bug 567077) for causing bug 781141
|
2012-08-08 13:11:34 +01:00 |
|
David Rajchenbach-Teller
|
c87d5c927f
|
Bug 780498 - Test that OS.File.move removes original file. r=yoric
|
2012-08-07 20:49:07 -04:00 |
|
David Rajchenbach-Teller
|
53579568fe
|
Bug 780498 - More general fix. r=nfroyd
|
2012-08-07 20:49:07 -04:00 |
|
Aryeh Gregor
|
98c0410ea1
|
Bug 777292 - modules/libpref/, toolkit/: Fix incorrect conversions to nsresult; r=bsmedberg
|
2012-07-30 12:24:36 +03:00 |
|
Aryeh Gregor
|
6e5854f625
|
Bug 777292 - modules/libpref/, toolkit/: Remove conversions to nsresult that will always result in NS_SUCCEEDED; r=bsmedberg
|
2012-07-27 16:54:09 +03:00 |
|
Aryeh Gregor
|
48c36e7140
|
Bug 779442 - Fix a few more incorrect uses of nsresult; r=ehsan
|
2012-08-01 11:17:10 +03:00 |
|
Phil Ringnalda
|
cf09173698
|
Backout 5439489dc320, 983f76488e59, 7a92558a8dec (Bug 714358) for debug build assertions and leaks
|
2012-08-07 22:18:27 -07:00 |
|
Mark Capella
|
286e999e99
|
Bug 772272 - Remove do_load_httpd_js from xpcshell tests, r=ted, f=gps
|
2012-08-08 00:51:28 -04:00 |
|
Dao Gottwald
|
a9e12e2b12
|
Bug 779302 - Speed up arrow panel opening animation. r=shorlander
|
2012-08-03 18:47:43 -07:00 |
|
Blair McBride
|
17a2129b49
|
Bug 780313 - Remove unnecessary preprocessing of Toolkit files. r=gavin
|
2012-08-04 13:22:55 +12:00 |
|
Justin Dolske
|
6f24cb5e1f
|
Bug 778608 - Move SafeBrowsing.jsm to toolkit. r=gavin
--HG--
rename : browser/components/safebrowsing/content/blockedSite.xhtml => browser/base/content/blockedSite.xhtml
rename : browser/components/safebrowsing/content/report-phishing-overlay.xul => browser/base/content/report-phishing-overlay.xul
rename : browser/components/safebrowsing/content/test/browser_bug400731.js => browser/base/content/test/browser_bug400731.js
rename : browser/components/safebrowsing/content/test/browser_bug415846.js => browser/base/content/test/browser_bug415846.js
rename : browser/components/safebrowsing/SafeBrowsing.jsm => toolkit/components/url-classifier/SafeBrowsing.jsm
|
2012-08-03 17:58:46 -07:00 |
|
Ryan VanderMeulen
|
3073aaa004
|
Backout 0127c9c41bf2 (test for bug 780498) due to orange.
|
2012-08-06 23:04:12 -04:00 |
|
Karl Tomlinson
|
cf44d62d08
|
b=772883 replace MOZ_ENABLE_GTK with MOZ_WIDGET_GTK to restore nsUnixProxyModule r=roc
--HG--
extra : transplant_source : %BAM%C8%EA4%AF%B34%BD%3Bl%B6%82%E5%FA%E1%D6%E2%C4.
|
2012-08-06 12:59:44 +12:00 |
|
Marco Castelluccio
|
ea6847ef54
|
Bug 760748: Add the category of the application to the desktop entry file - Part 2; r=fabrice
|
2012-08-06 18:23:00 -07:00 |
|
Mark Hammond
|
42e41f9925
|
Bug 779431 - symbolstore.py ignores SRCSRV_ROOT if hg provides a path. r=:ted
|
2012-08-07 11:32:45 +10:00 |
|
David Rajchenbach-Teller
|
e540621ec1
|
Bug 780498 - Test that OS.File.move removes the original file. r=nfroyd
|
2012-08-06 20:27:04 -04:00 |
|
Jan Varga
|
8fb6c69c76
|
Bug 779684 - Move FrameIteratorFlags to nsFrameIterator class. r=roc
|
2012-08-06 20:27:04 -04:00 |
|
Marco Castelluccio
|
c3543b66ba
|
Bug 774142. Support webapp uninstallation on Linux through mozApps.uninstall function. r=felipe
|
2012-08-08 18:04:48 -07:00 |
|
William Chen
|
aad73e8f00
|
Bug 776134 - Part 2: Make AlertsService remote alerts from content process to chrome process. r=dougt
|
2012-07-26 18:25:02 -04:00 |
|
William Chen
|
2720141512
|
Bug 776134 - Part 1: Rename files of Growl nsIAlertsService implementation. r=dougt
|
2012-08-01 20:31:11 -04:00 |
|