Commit Graph

12707 Commits

Author SHA1 Message Date
Randell Jesup
eedf93a21d Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
David Rajchenbach-Teller
bade6f9210 Bug 769191 - Have OS.File.prototype.{readTo, write} extrapolate a default length. r=froydnj 2012-09-01 11:35:55 -04:00
Vladan Djeric
b37b90faa3 Bug 778671: Fix two crashes in Telemetry. r=espindola 2012-08-31 15:20:20 -04:00
Joe Drew
69555688a4 Bug 706908 - Tests for Windows 8 version, and some other OS version tests. r=bjacob 2012-08-31 12:42:07 -04:00
Patrick McManus
a257bc588a bug 787190 - gconf system wide proxy settings for unix r=biesi 2012-08-31 08:20:39 -04:00
David Rajchenbach-Teller
ab6433091d Bug 786673 - Make mkstemp should return a file descriptor. r=froydnj
--HG--
extra : rebase_source : 10c20b2feb1b21db67acdaffc742cff06fd068af
2012-08-31 06:36:41 -04:00
Abhishek Potnis
ef0432f69a Bug 785200 - Conditioned logging in osfiles with exports.OS.Shared.DEBUG. r=yoric
--HG--
extra : rebase_source : e6e9de813d8ec5f82f32522d32e0cedb0ec07f2c
2012-08-29 14:12:23 +05:30
Phil Ringnalda
0899de8084 Bug 757722 - skip unit_ipc/test_content_annotation.js on OS X since it is the only failing test keeping xpcshell hidden on 10.7 and 10.8 2012-08-30 20:04:10 -07:00
Phil Ringnalda
dbf91b895e Back out ca6ad4ab3366 (bug 757722) for Mac build bustage 2012-08-30 21:10:43 -07:00
Phil Ringnalda
cf3c8e229b Bug 757722 - skip unit_ipc/test_content_annotation.js on OS X since it is the only failing test keeping xpcshell hidden on 10.7 and 10.8
--HG--
extra : rebase_source : f0d6e68e15dd63248060e50cc62a125a017815bf
2012-08-30 20:04:10 -07:00
Mark Capella
8575595649 Bug 733169 - Inconsistent font sizes for about:buildconfig (v2), r=margaret 2012-08-30 21:03:21 -04:00
Andres Hernandez
69c4fb9a98 Bug 775328 - Move Lazy.jsm to toolkit. r=Mossop 2012-07-23 14:28:26 -06:00
Luqman Aden
80d6f71e96 Bug 786196 - [OS.File] Implement flushing. r=yoric 2012-08-29 10:31:30 -04:00
David Rajchenbach-Teller
001cacf6ad Bug 780483 - Tests. r=froydnj 2012-08-30 18:03:06 -04:00
David Rajchenbach-Teller
210b60f638 Bug 780483 - Make {read, write} become {_read, _write} and {readTo, writeFrom} become {read, write}. r=froydnj 2012-08-30 18:03:06 -04:00
Jim Blandy
74f1caf4cc Bug 786509: Remove support for wildcard event listeners from dbg-client.jsm's eventSource. r=past 2012-08-30 14:29:55 -07:00
Jim Blandy
05b378d891 Bug 785466: follow-on fix: uncommitted changes to resolve conflicts with bug 694539; no r 2012-08-30 14:24:05 -07:00
Jim Blandy
cfd66b47f4 Bug 785466: Remove DebugProtocolTypes table. r=past 2012-08-30 14:11:54 -07:00
Nick Fitzgerald
cd8684039b Bug 694539: Implement 'long string' grips. r=jimb 2012-08-30 14:10:07 -07:00
Brian R. Bondy
695f096c60 Bug 785744 - Async file picker cleanup. r=neil 2012-08-29 14:37:43 -04:00
Siddharth Agarwal
cf65c873fb Merge mozilla-central to mozilla-inbound. 2012-08-30 19:10:27 +05:30
Siddharth Agarwal
4496964502 Merge mozilla-central to build-system. 2012-08-30 18:54:10 +05:30
Landry Breuil
282752dbcc Bug 785738 Part 6: use PRTime where appropriate, and add reinterpret_casts to int64_t in corresponding GetInt64 calls. r=ehsan
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool nsNavHistory::FindLastVisit(nsIURI*, int64_t*,
PRTime*, int64_t*)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:619:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:
In member function 'bool
nsNavHistory::CheckIsRecentEvent(nsDataHashtable<nsCStringHashKey, long
long int>*, const nsACString_internal&)':
/home/landry/src/mozilla-central/toolkit/components/places/nsNavHistory.cpp:4360:
error: invalid static_cast from type 'PRTime*' to type 'int64_t*'
2012-08-30 09:10:49 +02:00
Landry Breuil
038741989a Bug 785738 Part 3: use PRTime instead of int64_t where appropriate; r=ehsan 2012-08-30 09:10:35 +02:00
Mark Hammond
27fa58d8d8 Bug 786085 - fix intermittent orange in browser_notifications.js. r=gavin 2012-08-30 16:49:50 +10:00
Phil Ringnalda
9f3f5abdda Bug 756885 - Bail out of test_bug624329.xul early on 10.8, where win.maximize() gives us a resize without actually maximizing
--HG--
extra : rebase_source : af21d93bd8c4cc049322c371cc6e0517c4875bbf
2012-08-29 21:21:28 -07:00
Siddharth Agarwal
d96616fd8b Bug 786886 - Force Pymake to spin up a shell for the signing command. r=gps 2012-08-30 05:47:07 +05:30
Siddharth Agarwal
ebc440e4e5 Bug 786791 - MSYS mangles the signtool shlibsign cmd with Pymake because it begins with a space. pending-r=ted 2012-08-30 01:18:53 +05:30
Shane Caraveo
236b63bcd6 Bug 785952 - Fix arrow panel issues with side arrows and RTL. r=enn
--HG--
extra : rebase_source : 93f61063e2d904c12adb60d2943c8a73d42c9334
2012-08-28 09:47:19 -07:00
Martin Husemann
f5d1821942 Bug 753046 - Add IPC support for BSDs, build glue. r=khuey,cjones 2012-08-28 23:16:51 +02:00
Nathan Froyd
cf3134ed24 Bug 764585 - make enumerated histograms harder to get wrong; r=taras 2012-08-28 13:21:56 -04:00
Benoit Jacob
9948f9058a Bug 680644 - Simplify glxtest and make it similar to glxinfo to avoid X server crashes - r=karlt
We were getting orange B's due to X server crashes on builders.
2012-08-28 15:38:08 -04:00
Martin Vogt
12e20f88a4 Bug 680644 - Let glxtest use a XWindow instead of a GLXPixmap - r=bjacob
This simplifies code and avoids a X server crash with certain FGLRX setups.
2012-08-22 23:16:30 -04:00
Ryan VanderMeulen
153f6fd0e3 Backout 84103a267a9e (bug 785200) due to debug orange on a CLOSED TREE. 2012-08-29 18:37:17 -04:00
Vincent Chang
846396af20 Bug 735547 - Support Wifi/USB Tethering, Part 1: netd IPC. r=bent 2012-08-30 04:35:53 +08:00
Fernando Jiménez
61ea070bbc Bug 767818 - Implement navigator.pay. Part 2 - Expose 'pay' function to 'navigator'; r=jst 2012-08-29 18:41:34 -03:00
Abhishek Potnis
fbeca64a28 Bug 785200 - Conditioned logging in osfiles with exports.OS.Shared.DEBUG. r=dteller 2012-08-29 14:12:23 +05:30
David Rajchenbach-Teller
51c3cbc291 Bug 785828 - Load libxul.so lazily in OS.Shared. r=froydnj 2012-08-28 13:23:47 -04:00
David Rajchenbach-Teller
fe8729a417 Bug 784373 - Test setPosition without optional argument. r=froydnj 2012-08-28 13:23:47 -04:00
David Rajchenbach-Teller
4d1f3e3bae Bug 784373 - Fixed typo: SEEK_START => SEEK_SET. r=froydnj 2012-08-28 13:23:47 -04:00
Nathan Froyd
098cfb0719 Bug 785959 - change several linear histograms to enumerated ones; r=taras 2012-08-27 14:05:57 -04:00
Nathan Froyd
ceca893f7b Bug 785964 - NEWTAB_PAGE_PINNED_SITES_COUNT should be an enumerated histogram. r=ttaubert 2012-08-27 14:15:47 -04:00
Nathan Froyd
b4de3c6a72 Bug 748417 - double-check Python-generated range-information; r=taras 2012-08-27 16:47:32 -04:00
Nathan Froyd
d8852816de Bug 748417 - provide a proper Histogram class; r=taras 2012-08-23 16:32:34 -04:00
Edmund Wong
54de84ff08 Bug 783847 - Move Webapps l10n strings from browser/ to toolkit/. r=bmcbride 2012-08-27 22:54:22 -04:00
Paul Adenot
cb645f930a Bug 761393 - Add telemetry probes to guess the retention time. r=taras 2012-08-26 21:12:36 -07:00
Siddharth Agarwal
b95f39c7d8 Bug 740854 - Remove --disable-auto-deps, SYSTEM_MAKEDEPEND, MOZ_NATIVE_MAKEDEPEND and associated crap. r=ted
--HG--
extra : rebase_source : 6a3f3017a3674738bb89e7e7f2e55c35a3cbe231
2012-08-28 00:57:16 +05:30
Bob Clary
3e8d092c95 Bug 587982 - Log MS CRT Warnings and Abort on MS CRT Errors and Assertions, r=ted.mielczarek. 2012-08-27 12:12:32 -07:00
Paul Adenot
4dcdc4f259 Bug 782459 - Generalize the telemetry AutoTimer RAII class to provide multiple resolution. r=taras 2012-08-26 21:11:55 -07:00
Marshall Culpepper
51818865da Bug 764683: Manage /system mount permissions when applying Gecko updates in B2G, and download them to /data/local. r=rstrong r=bbondy r=cjones 2012-08-27 12:27:14 -03:00