Commit Graph

247516 Commits

Author SHA1 Message Date
William Chen
5d11c14449 Bug 658746 - "Assertion failure: JSID_IS_STRING(id)" with dataset[0].
Fixed incorrect handling of integer jsid to access dataset properties. Converted integer jsids to strings. Added checks to ensure jsids are strings when using them as strings. r=sicking
2011-05-23 15:53:12 -07:00
Jim Mathies
1cbec916b0 merge backout. a=backout 2011-05-23 19:55:44 -05:00
Jim Mathies
d3ff5d4365 Backout of bug 570341 (cset:1a645ea075fc) due to test failure. 2011-05-23 19:55:36 -05:00
Mark Finkle
64fe51b646 Bug 653134 - Create Fennec Gingerbread theme [r=mbrubeck a=pretty-fennec-fx6] 2011-05-23 20:27:47 -04:00
Michael Wu
9698631acb Bug 656804 - build broken with --enable-raw r=blassey a=gavin 2011-05-23 17:23:13 -07:00
Michael Wu
1da10120d9 Bug 600241 - Strip zips during optimization, r=taras 2011-05-23 17:23:13 -07:00
Marco Bonardo
50b71d031b Bug 658135 - Use sqlite3_stmt_readonly to check if multiple async statements need a transaction.
r=sdwilsh
2011-05-24 00:15:01 +02:00
Philipp von Weitershausen
ec72daa7e1 Bug 659112 - Fix dir service provider in test harness. r=rnewman 2011-05-23 14:54:05 -07:00
Igor Bazarny
0dd92c4fcb bug 570341 - Initial implementation of web timing specification
r=smaug sr=biesi

--HG--
extra : rebase_source : e8b233ebcf1065ea5e6df61446cfd013262a61d0
2011-05-23 14:19:36 -07:00
Dave Townsend
ed147e5327 Backing out bug 647885 due to mochitest oranges. a=backout 2011-05-23 15:52:50 -07:00
Jono S Xia
b3085cf596 Bug 658740: Test Pilot error logger throws exception. r=dtownsend a=gavin DONTBUILD 2011-05-23 15:41:35 -07:00
Mounir Lamouri
291c3f01be Bug 644361 - Improve the progress bar rendering by using hexadecimal colors. r=bz,davidb 2011-05-23 22:51:03 +02:00
Boris Zbarsky
7d1956e063 Bug 647885 part 2. Keep better track of whether our computed background-size was specified with percentages. r=dbaron a=sheriff 2011-05-23 16:36:18 -04:00
Boris Zbarsky
8b992eeef3 Bug 647885 part 2. Keep better track of whether our computed background-size was specified with percentages. r=dbaron 2011-05-23 16:36:18 -04:00
Boris Zbarsky
95558bbf2b Bug 647885 part 1. Keep better track of whether our computed background-position was specified with percentages. r=dbaron 2011-05-23 16:36:18 -04:00
John Daggett
cea2a0c551 Bug 659182. Null-check bundle ID's before releasing.
r=roc
2011-05-23 22:14:16 -07:00
Jason Duell
345651b695 Add missing OnExamineResponse() call to e10s HTTP. r=biesi 2011-05-23 22:14:16 -07:00
Boris Zbarsky
abd36e0a3a Bug 647885 part 1. Keep better track of whether our computed background-position was specified with percentages. r=dbaron 2011-05-23 16:36:18 -04:00
Gervase Markham
31cbf46eed Merge. 2011-05-23 21:25:55 +01:00
Gervase Markham
9212e6e65e Bug 658977 - Add co.nl and co.no to PSL. 2011-05-23 21:24:27 +01:00
Jothan Frakes
28fa5f59b1 Bug 654953 - Remove !tsk.tr rule from PSL. 2011-05-23 21:21:58 +01:00
Dave Camp
10fac03015 Backing out aca490d48c95 (Bug 655776) to take care of some issues in the patch. 2011-05-23 13:15:02 -07:00
Gervase Markham
3e69ebb7e6 Bug 658965 - Update PSL for .uk. 2011-05-23 21:09:31 +01:00
Chris Leary
e05c75c68c Remove accidental file addition. (r=khuey) 2011-05-23 13:04:47 -07:00
Gervase Markham
64322a3c4a Bug 642194 - Add .asia to IDN TLD whitelist. 2011-05-23 20:44:38 +01:00
Jothan Frakes
b09a907cc2 Bug 632161 - add Syrian ccTLD <.Souria> to IDN TLD whitelist. 2011-05-23 20:43:39 +01:00
Jothan Frakes
5ca7337b5d Bug 629053 - Add .lv to IDN TLD whitelist. 2011-05-23 20:42:22 +01:00
Gervase Markham
b44758ef95 Bug 584989 - Add .<Lanka> and .<Ilangai> to IDN whitelist. 2011-05-23 20:40:51 +01:00
Richard Newman
816fbd560b Bug 648364: follow-on for missing case in head_helpers.js. r=philikon 2011-05-23 12:40:22 -07:00
Jono S Xia
3705805b96 Bug 658598: Test Pilot surveys should be able to run code on pageLoad like studies can. r=dtownsend DONTBUILD 2011-05-23 11:57:07 -07:00
Kyle Huey
3d12cc00e3 Bug 553125: Use the structured clone algorithm for window.postMessage. r=bent 2011-05-23 11:53:31 -07:00
Kyle Huey
a67c9aebe9 Bug 657964: FileReader should throw when abort() is called and readystate is not LOADING. r=sicking 2011-05-23 13:04:45 -07:00
Philipp von Weitershausen
b40697c7d7 Bug 616999 follow-up: update services/sync xpcshell manifest
Bug 648364 removed and bug 613277 added some tests on services-central in the meantime.
2011-05-22 18:49:21 -07:00
Philipp von Weitershausen
d755c0fb06 Merge mozilla-central to services-central 2011-05-22 18:16:43 -07:00
Philipp von Weitershausen
464c2c10b1 Bug 648364 - Remove dead code from the test harness. r=rnewman 2011-05-20 18:45:51 -07:00
Philipp von Weitershausen
e89d762179 Backout bug 618913 due to numerous Moth failures 2011-05-20 14:38:53 -07:00
Philipp von Weitershausen
9485c21906 Bug 618913 follow-up: fix test_notifications.html failure 2011-05-20 13:06:07 -07:00
Philipp von Weitershausen
4d6492b193 Bug 629664 - Get rid of intermittent Windows failure (again!) by undoing part of bug 624436. r=rnewman 2011-05-20 13:06:07 -07:00
Philipp von Weitershausen
775cc56d76 Merge mozilla-central to services-central 2011-05-20 10:39:07 -07:00
Michal Novotny
c6be565fcc Bug 651100 - Browser becomes unresponsive while watching embedded Youtube <video>. r=bjarne a=sheriff 2011-05-20 19:27:11 +02:00
Marco Bonardo
0d80a3aae0 Bug 618913 - Implement in product notifications to set up Sync.
Further modified by Stephen Horlander <shorlander@mozilla.com>.
r=dolske ui-r=shorlander
2011-05-20 09:53:51 -07:00
Marco Bonardo
1e67f54266 Backout SQLite upgrade 2011-05-20 14:05:20 +02:00
Marco Bonardo
d72238594b Backout SQLite upgrade. 2011-05-20 14:04:09 +02:00
Philipp von Weitershausen
8419ccaabb Bug 613277 - Add tests from JSModules repository 2011-05-19 21:14:13 -07:00
Philipp von Weitershausen
15a24d71c1 Bug 648364 - Remove dead code. r=rnewman 2011-05-19 18:09:02 -07:00
Philipp von Weitershausen
9ddc602b4e Bug 648364 - Replace custom helpers with FileUtils.jsm. r=rnewman 2011-05-19 18:08:51 -07:00
Philipp von Weitershausen
bf1271b21a Bug 648364 - Replace custom helpers with XPCOMUtils.jsm. r=rnewman 2011-05-19 18:08:35 -07:00
Philipp von Weitershausen
36a5232ef5 Bug 648364 - Replace custom helpers with PlacesUtils.jsm. r=rnewman 2011-05-19 18:08:22 -07:00
Philipp von Weitershausen
a85e5bfc44 Bug 648364 - Replace custom helpers with Services.jsm. r=rnewman 2011-05-19 18:08:07 -07:00
Marco Bonardo
b6ff90519b Bug 618315 - Upgrade to SQLite 3.7.6.2
This changeset contains the changes needed to mozilla code.
2011-05-19 01:11:59 +02:00