Tim Taubert
690de38a33
merge m-c to fx-team
2012-08-19 21:07:15 -07:00
Yury
ac0e279269
Bug 777388 - Make PDF Viewer settings persistent. r=mak
2012-08-20 20:14:20 -04:00
Ryan VanderMeulen
f1e04816ea
Merge m-c to inbound.
2012-08-20 20:21:35 -04:00
Ehsan Akhgari
2962d2eed1
Bug 579517 - Part 5: Add missing StandardInteger.h #includes where needed; r=bsmedberg
...
Landing on a CLOSED TREE
2012-08-08 17:08:17 -04:00
Ehsan Akhgari
8c296bbcd4
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
...
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
2012-08-22 11:56:38 -04:00
Rafael Ávila de Espíndola
7ab935bae1
Bug 783154 - Refactor the chrome hang code to use the same class as write poisoning. r=taras,benwa,vladan.
...
--HG--
extra : rebase_source : 1f43ac88ceabc698ba0a58715562db90af1c266f
2012-08-21 17:14:38 -04:00
Ed Morley
cdee31c862
Merge mozilla-central to mozilla-inbound
2012-08-21 21:16:49 +01:00
Vladan Djeric
19580422cb
Bug 779310: Remove string literals from slowSql reports. r=taras
2012-08-21 15:29:28 -04:00
Ekanan Ketunuti
5ee5d6e764
Bug 784279 - Replace body[dir=rtl] with :dir(rtl) in toolkit/. r=dao
...
--HG--
extra : rebase_source : eae89110540f65e9622d5b40c6cfd9c9b2bbf89d
2012-08-21 18:04:36 +07:00
Gian-Carlo Pascutto
9b64357c0e
Bug 779687 - Add detection for ARMv7 CPUs. r=dougt
2012-08-21 13:20:46 +02:00
Gian-Carlo Pascutto
781e4da933
Bug 779687 - Telemetry around Fennec OOM kills. r=blassey
2012-08-21 13:20:26 +02:00
Nathan Froyd
5a0bd9d7ca
Bug 764190 - fix PLACES_EXPIRATION_STEPS_TO_CLEAN telemetry; r=taras,mak
2012-08-07 15:46:39 -04:00
Ehsan Akhgari
da56516b3c
Bug 579517 follow-up: Remove NSPR types that crept in
2012-08-23 11:30:56 -04:00
David Rajchenbach-Teller
aae499be46
Bug 782303 - Serialize directory entries. r=froydnj
2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller
78915f7eb1
Bug 776259 - Serialize file info. r=froydnj
2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller
a9d944b960
Bug 771929 - Serialize numbers. r=froydnj
2012-08-18 12:26:35 -04:00
David Rajchenbach-Teller
9e6cb7e3a2
Bug 783284 - [OS.File] Rename *Time to *Date. r=froydnj
2012-08-18 08:25:49 -04:00
Marco Castelluccio
91695e4c7b
Bug 780528 - Webapp uninstallation on Linux through desktop action. r=karlt
2012-08-18 08:25:48 -04:00
Marco Castelluccio
e04562f81c
Bug 780530 - Notification after webapp uninstallation. r=mhommey
2012-08-18 08:25:48 -04:00
Shlomi Fish
d358a73d4a
Bug 781808 - Don't fail to remove inexistent .pyc files during sdk packaging. r=glandium
2012-08-18 11:20:04 +02:00
Geoff Lankow
50dfa01788
Bug 740289 - Check install.rdf has a valid combination of optionsType, optionsURL and/or options.xul in the add-on. r=Unfocused
2012-08-18 19:48:53 +12:00
Geoff Lankow
5b78ea6b33
Bug 704751 - toolkit/mozapps/extensions/content/extensions.js should not use sync XHR; r=Unfocused
2012-08-18 19:48:53 +12:00
Phil Ringnalda
b528f5812a
Bug 783738 - Use Components.results.NS_BINDING_ABORTED instead of hardcoding the value, r=gavin
2012-08-14 23:32:06 -07:00
Bill McCloskey
ca6a8c8bbc
Bug 783147 - Collect telemetry for SCC GC sweeping (r=mccr8)
2012-08-17 18:44:54 -07:00
Bill McCloskey
8bb5f2651f
Backout bug 783147 (12753a1a11b8 and 0a70fc2d7d25) for WinXP dbg M-3 failures
2012-08-17 12:55:52 -07:00
Bill McCloskey
b34884ecdf
Bug 783147 - Send telemetry about SCC GC times (r=mccr8)
2012-08-17 10:05:11 -07:00
Jesper Kristensen
e9cc4618f2
Bug 782115 - Dictionary add-ons should be compatible by default. r=Mossop
2012-08-16 22:05:30 -04:00
David Rajchenbach-Teller
99e34b8691
Bug 780501 - Path types for OS.File;r=froydnj
2012-08-16 22:05:30 -04:00
David Rajchenbach-Teller
481b4a6df6
Bug 771928 - Test OS.File pointer arithmetic. r=froydnj
2012-08-16 22:05:30 -04:00
David Rajchenbach-Teller
ea388b9318
Bug 771928 - OS.File pointer arithmetics. r=froydnj
2012-08-16 22:05:30 -04:00
Marcos S.
afd75d4fa4
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
Ed Morley
bbbbb7d130
Merge mozilla-central and fx-team
2012-08-17 19:22:11 +01:00
Mark Capella
e262621a27
Bug 783404 - Remove superfluous check that nsIDirectoryEnumerator returns a nsIFile, r=unfocused
2012-08-16 16:45:00 +12:00
Tim Taubert
4f66306ec3
merge m-c to fx-team
2012-08-16 11:10:41 -07:00
Atul Jangra
b58fc43688
Bug 767236 - Part 3: Name all anonymous functions in XPIProvider.jsm. r=Unfocused
2012-08-15 08:25:00 +12:00
Ed Morley
d360ebb2bd
Merge mozilla-central to mozilla-inbound
2012-08-23 13:06:17 +01:00
Geoff Lankow
91d6a852b1
Bug 773214 - Make AddonInstall/AddonInstallWrapper aware of different icon sizes; r=Unfocused
2012-08-23 18:49:29 +12:00
Nathan Froyd
15ab57a68b
Bug 781531 - generate histogram information from JSON; r=taras
2012-08-24 15:54:55 -04:00
Benjamin Smedberg
d8f80b82e5
Revert bug 776208 for semi-consistent failures:
...
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Test 1a, the overlay about: content is expected
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | an unexpected uncaught JS exception reported through window.onerror - TypeError: Components.classes is undefined at jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml:38
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: jar:file:///c:/talos-slave/test/build/firefox/omni.ja!/chrome/toolkit/content/global/about.xhtml
TEST-UNEXPECTED-FAIL | chrome://mochitests/content/browser/browser/base/content/test/browser_pluginplaypreview.js | Found an unexpected tab at the end of test run: chrome://mochitests/content/browser/browser/base/content/test/plugin_test.html
--HG--
extra : rebase_source : e000988677d466b4796c5b2a51968f586743e6db
2012-08-24 13:08:15 -04:00
Yury
9044c64c6a
Bug 776208 - Plugin preview overlay. r=johns,jaws,margaret sr=joshmoz
...
--HG--
extra : rebase_source : f9b13bbda1318dbdaa71b04b3e04736655e65081
2012-08-23 17:11:51 -04:00
Brian R. Bondy
45c4c5ef77
Bug 784657 - Fix potential problem in nsDIskCacheMap timer handling. r=michal
2012-08-23 22:23:10 -04:00
Luke Wagner
ca5e3432ef
Bug 625199 - Convert one more JSAutoEnterCompartment in ObserverPair.h (r=bustage)
2012-08-23 18:13:08 -07:00
George Wright
ac8f5e5cfd
Bug 740194 - [Skia] Implement a version of SkMemory for Mozilla that uses the infallible mozalloc allocators r=cjones
2012-08-15 23:51:34 -04:00
George Wright
e801206bf4
Backed out changeset c2475674e105
2012-08-15 17:26:45 -04:00
George Wright
72cd102f87
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
3970ae5992
Bug 765065 - Annotation for crash reports: "Are we GCing?" (r=bsmedberg)
2012-08-15 10:47:51 -07:00
Nathan Froyd
d243b95459
Bug 782373 - use HISTOGRAM_BOOLEAN more consistently; r=taras
...
--HG--
extra : rebase_source : 5ab66c02696a4e7a595504dcf4f72e3f44380325
2012-08-13 14:49:10 -04:00
Aryeh Gregor
963057b5ac
Bug 782252 - Use NS_FAILED instead of boolean test for ToInteger()/ToFloat(); r=ehsan
2012-08-13 16:49:48 +03:00
Aryeh Gregor
0a8f6b4783
Bug 782252 - Cast some nsresult to PRUint32; r=ehsan
2012-08-09 11:36:40 +03:00
Aryeh Gregor
072c3e10ea
Bug 782252 - Convert declared types to nsresult; r=ehsan
2012-08-06 15:02:31 +03:00
Andrew Hurle
97def80127
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
dc55f14bc5
Bug 673470 - Update the new SafeBrowsing code to MPL 2.0. r=dcamp
2012-08-15 09:10:56 +02:00
Gian-Carlo Pascutto
fd79fd27b0
Bug 673470 - Skip chunks we already have during merges. r=dcamp
2012-08-15 09:10:39 +02:00
Gian-Carlo Pascutto
e66cc5f615
Bug 673470 - Simplify PrefixSet by removing (unneeded) thread safety. r=dcamp
2012-08-15 09:10:24 +02:00
Gian-Carlo Pascutto
656e57f541
Bug 738533 - Replace NS_QuickSort use by qsort. r=dcamp
2012-08-15 09:10:07 +02:00
Gian-Carlo Pascutto
b3ffcf582f
Bug 750625 - crash in nsUrlClassifierPrefixSet::GetPrefixes. r=dcamp
2012-08-15 09:09:53 +02:00
Gian-Carlo Pascutto
250fc55156
Bug 673470 - Remove some unneeded PromiseFlatCString. r=dcamp
2012-08-15 09:09:40 +02:00
Gian-Carlo Pascutto
32e2eaa965
Bug 673470 - Make the PrefixSet/LookupCache construction infallible again. r=dcamp f=jlebar
2012-08-15 09:09:25 +02:00
Gian-Carlo Pascutto
a4e635e69a
Bug 673470 - Expire SubPrefixes that can't do anything immediately. r=dcamp
2012-08-15 09:08:51 +02:00
Gian-Carlo Pascutto
e8070ad271
Bug 673470 - Don't resort if not needed. Fix comparator. Cleanups. r=dcamp
2012-08-15 09:08:37 +02:00
Gian-Carlo Pascutto
d343cbac15
Bug 673470 - Fix wrong order of arguments to KeyedHash function. r=dcamp
2012-08-15 09:08:23 +02:00
Gian-Carlo Pascutto
792fd20ea2
Bug 673470 - Fix order of SubPrefix Knockouts. r=dcamp
2012-08-15 09:08:09 +02:00
Gian-Carlo Pascutto
fb781f9dfa
Bug 673470 - Remove unused compare functions. r=dcamp
2012-08-15 09:07:56 +02:00
Gian-Carlo Pascutto
d221c8cfb3
Bug 673470 - Fix inconsistent variable naming. r=dcamp
2012-08-15 09:07:36 +02:00
Gian-Carlo Pascutto
417d61322a
Bug 673470 - Fix format description in HashStore.cpp. r=dcamp
2012-08-15 09:07:23 +02:00
Gian-Carlo Pascutto
ee6d11560d
Bug 768871 - Provide an option to disable per-client randomization. r=dcamp
2012-08-15 09:07:10 +02:00
Gian-Carlo Pascutto
144c10fd4e
Bug 730247 - Use byteslice coding for SafeBrowsing data. r=dcamp
2012-08-15 09:06:54 +02:00
Gian-Carlo Pascutto
a824d46c0a
Bug 729640 - Fix broken UrlClassifier assertion. r=dcamp
2012-08-15 09:05:32 +02:00
Gian-Carlo Pascutto
952775e4c5
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
d705e725b0
Bug 726002 - More OOM handling in UrlClassifier. r=dcamp
2012-08-15 09:05:08 +02:00
Gian-Carlo Pascutto
1caaad7538
Bug 725597 - SafeBrowsing fails to update persistent PrefixSet on Windows. r=dcamp
2012-08-15 09:04:51 +02:00
Gian-Carlo Pascutto
1055fd4f4a
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
2012-08-15 09:04:31 +02:00
Gian-Carlo Pascutto
fda672ce93
Bug 673470 - Replace the sqlite safeb store with a flat file. r=dcamp
2012-08-15 09:04:19 +02:00
Marco Castelluccio
67599d06b2
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
3a2037dfdd
Bug 782476. Provide a notification for successful webapp installation. r=felipe
2012-08-14 23:19:32 -07:00
David Rajchenbach-Teller
e181c0ea1a
Bug 773643 - Test (de)serialization of errors. r=froydnj
2012-08-14 19:56:47 -04:00
David Rajchenbach-Teller
67aaa1d185
Bug 773643 - Serialize Windows errors. r=froydnj
2012-08-14 19:56:47 -04:00
David Rajchenbach-Teller
44fd0c8fc4
Bug 773643 - Serialize Unix errors. r=froydnj
2012-08-14 19:56:47 -04:00
Ehsan Akhgari
b457a9ddf0
Merge removal of nsnull
2012-08-14 11:29:00 -04:00
Justin Lebar
adfc4e45ba
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
6c47e08fdf
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
d35354cd9e
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
e34d468e24
Merge mozilla-central to mozilla-inbound
2012-08-14 14:00:36 +01:00
Ed Morley
8244092900
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-14 13:52:25 +01:00
Tim Taubert
cb4b6387e8
merge m-c to fx-team
2012-08-13 20:52:40 -07:00
Will Nayes
9e9d267ff7
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
47f43de75d
Bug 780499 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
b1c678c8c0
Bug 780499 - Rearrange setPosition constants. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
b4f02b2e84
Bug 771927 - Companion testsuite. r=froydnj
2012-08-13 21:54:43 -04:00
David Rajchenbach-Teller
f8e594fa56
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
a3172ab098
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
e2dd9c2028
Bug 626472 part 3 - Remove nsnull for good; r=ehsan
2012-08-12 13:43:47 +03:00
Bill McCloskey
c08859c880
Bug 781945 - Improve GC telemetry (r=mccr8)
2012-08-13 10:30:44 -07:00
Blair McBride
d72220b99e
Bug 780121 - Expose internal Add-ons Manager objects in debug builds. r=Mossop
2012-08-13 14:19:37 +12:00
Blair McBride
fbb956477a
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
912a2d7f32
Merge the last PGO-green inbound changeset to m-c.
2012-08-09 17:56:47 -04:00
Tim Taubert
b429b37949
merge m-c to fx-team
2012-08-09 20:48:53 +02:00
Mike Hommey
6aed290562
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
6f3226343f
Merge mozilla-central to mozilla-inbound
2012-08-09 12:51:21 +01:00
Ed Morley
991653b152
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2012-08-09 12:46:05 +01:00