Commit Graph

11383 Commits

Author SHA1 Message Date
Philipp von Weitershausen
8dfda9d9b1 Back out bug 813978 on a CLOSED TREE. 2013-01-14 17:38:11 -08:00
Philipp von Weitershausen
a1defde25e Back out bug 813978. a=bustage 2013-01-14 17:37:54 -08:00
Blake Kaplan
7a5d026c15 Bug 828395 - System messages handler is fired twice if there was already an handler for b.html contained into an iframe a.html and the page navigate to b.html r=fabrice,genelian 2013-01-14 17:24:46 -08:00
Vicamo Yang
767acf6408 Bug 813978 - Part 5/5: test cases for mixed filter targets. r=philikon a=blocking-basecamp
--HG--
extra : rebase_source : 1cf050beaddff0c3152659604a369564dce272ed
2013-01-14 15:07:51 -08:00
Vicamo Yang
a0f1285bc2 Bug 813978 - Part 4/5: rewrite filtering by multiple phone numbers. r=philikon, ferjm
--HG--
extra : rebase_source : 55a08666454ea2543787ee6b19864e9f713bcdf5
2013-01-14 15:07:51 -08:00
Vicamo Yang
90fb3bb917 Bug 813978 - Part 3/5: rewrite filtering by mix of any two conditions. r=philikon, ferjm
--HG--
extra : rebase_source : 1cfe205ea57e3fa3f8a6c681be2e1b6381d989c7
2013-01-14 15:07:50 -08:00
Vicamo Yang
81979e72bd Bug 813978 - Part 2/5: rewrite filtering by only one condition. r=philikon
--HG--
extra : rebase_source : 65630248284b4e7102d9e0c8d66149ea7a5c58fd
2013-01-14 15:07:50 -08:00
Vicamo Yang
01c51194b9 Bug 813978 - Part 1/5: use multi-key indexes. r=sicking, ferjm
--HG--
extra : rebase_source : 140ff249308687afc17fed0e487b9a9337fb3079
2013-01-14 15:07:50 -08:00
Adam Roach [:abr]
effbd6b1c4 Bug 824919: Weaken key references to PeerConnection and friends,r=jesup,smaug,ekr 2013-01-14 17:00:20 -06:00
Marco Bonardo
1f5998f297 Backout 66c886b7d927 (bug 827715),2c7287304555 (bug 829679) for bustage 2013-01-14 22:53:34 +01:00
Christian Sonne
6e6695bc23 Bug 826605 - Remove GPSDGeolocationProvider.js r=dougt 2013-01-14 16:51:08 -08:00
Fabrice Desré
0f2083e13a Bug 829522 - Check for updates never finds app update notifications until after you restart the phone due to hosted+appcache app check for updates failure r=gwagner 2013-01-14 18:47:55 +01:00
Raymond Lee
21ec9014f0 Bug 826964 - Attempt to fix the intermittent orange by focusing the current browser; r=ehsan 2013-01-14 13:49:58 +08:00
Fabrice Desré
e2a29c3571 Bug 829679 - Package installation without // on the manifest URL causes webapps.json corruption r=ferjm 2013-01-14 11:40:46 -08:00
Marco Chen
6e9b4d1ac0 Bug 829420 - [Camera] In GonkNativeWindow::dequeueBuffer, -1 will be used as index to access an Arrary. r=kanru 2013-01-11 18:18:35 +08:00
Yoshi Huang
835938782f Bug 828330 - B2G RIL: Expose iccid in nsIRadioInterfaceLayer.idl 2013-01-14 08:43:40 +08:00
Peter Van der Beken
e9af4de1e2 Fix for bug 827546 (|non editable element|.QueryInterface(Components.interfaces.nsIDOMNSEditableElement) does not throw anymore) - throw on QI failure. r=bz. 2013-01-14 11:29:49 +01:00
Andrea Marchesini
45b85ca21d Bug 829030 - Accessing the desktop notification API in the browser and approving permission errors out - API does not work, r=sicking 2013-01-14 11:08:55 +01:00
Vicamo Yang
231a438414 Bug 813596: add marionette test cases, r=hsinyi 2013-01-14 17:05:26 +08:00
Benjamin Chen
c18e8d8253 Bug 816900 - 1. Use |expandedPermNames[idx]| instead |msg.type + "-" + msg.access|. 2. Add |write, create| permissions in test_sim_contacts.js. r=gwagner 2013-01-09 13:25:34 +08:00
Hsin-Yi Tsai
23594f9df5 Bug 828160 - B2G RIL: not send duplicate incoming-call messages in some cases of 'waiting call coming' r=allstars.chh 2013-01-11 10:41:53 +08:00
Phil Ringnalda
d9967d6bd1 Back out ecac2ce4eada (bug 828126) for busting b2g's arm 2013-01-13 17:48:33 -08:00
Kartikaya Gupta
4d6ef1543a Bug 828126 - Remove ANDROID special-casing now that dependent bugs have been fixed. r=avih 2013-01-13 19:19:03 -05:00
David Zbarsky
81464d1163 Bug 827724 - Remove nsIDOMSVGAnimatedPoints r=bz 2013-01-12 17:21:53 -05:00
David Zbarsky
6168609ec2 Bug 827149 - Remove some uses of nsIDOMHTMLBodyElement r=bz 2013-01-12 16:53:01 -05:00
Vincent Chang
13db60c14d Bug 829529 - [Wifi hotspot] Wifi hotspot settings should be disabled automatically when we turn on wifi. r=mrbkap 2013-01-11 11:49:27 +00:00
Vincent Chang
cb8190d885 Bug 823400 - Wifi toggle should not write settings db twice. r=mrbkap 2012-12-24 17:23:16 +08:00
Trevor Saunders
a6e1ca0693 no bug - mark several classes final to avoid warnings about deleting objects of polymorphic type 2013-01-11 04:43:29 -05:00
Trevor Saunders
14a806d47d no bug - remove a bunch of extra ';'s to make -pedantic happy 2013-01-11 05:14:04 -05:00
Trevor Saunders
e400fe7845 bug 828138 - GetCurrentSelection() should return Selection* r=smaug 2012-12-19 17:55:44 -05:00
David Zbarsky
147aeff755 Bug 828715 - Move DOMSVGMatrix to mozilla::dom::SVGMatrix r=longsonr
--HG--
rename : content/svg/content/src/DOMSVGMatrix.cpp => content/svg/content/src/SVGMatrix.cpp
rename : content/svg/content/src/DOMSVGMatrix.h => content/svg/content/src/SVGMatrix.h
2013-01-11 15:30:21 -05:00
Ian Melven
a78a705e00 Bug 829699 - Typo in message for both CSP headers (r=smaug) 2013-01-11 12:08:23 -08:00
Fabrice Desré
e099e975b1 Bug 828944 - downloadavailable flag is removed if you reboot after stopping the download r=ferjm 2013-01-11 07:32:06 -08:00
Alexandre Poirot
4e5550547b Bug 828280 - (packaged) App won't install without developer field in its manifest. r=fabrice
--HG--
extra : rebase_source : f179e027514f6dcf1bfabfbae29bd12d9d78ea0e
2013-01-11 06:47:00 +01:00
Gene Lian
c50fe3eff1 Bug 820206 - Validate "Webapps:*" message parameters in the parent process (part 3, test cases). r=fabrice, a=blocking-basecamp 2013-01-11 20:50:50 +08:00
Gene Lian
04e5e88b33 Bug 820206 - Validate "Webapps:*" message parameters in the parent process (part 1, move .uninstall() from mozIDOMApplication to mozIDOMApplicationMgmt). r=sicking, a=blocking-basecamp 2013-01-11 20:50:46 +08:00
Kyle Huey
a98ff52b5a Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent 2013-01-11 05:32:20 -08:00
Ed Morley
ed68742464 Backout d6efd06ceb84 (bug 828992) for assertions on a CLOSED TREE 2013-01-11 14:30:05 +00:00
Ms2ger
00396c39c9 Merge m-c to m-i. 2013-01-11 15:11:42 +01:00
Alexandre Poirot
7c5ad46808 Bug 826555 - Ensure that updates can't rename an app r=fabrice 2013-01-11 15:08:12 +01:00
Fabrice Desré
66458dd7bb Bug 829572 - The storage permission should be ALLOW for all kinds of apps r=sicking 2013-01-11 05:59:22 -08:00
Ms2ger
fea92580b3 Merge latest PGO-green m-i changeset to m-c. 2013-01-11 14:48:33 +01:00
Kyle Huey
b01dc23e2f Bug 828992: Deal with blobs properly when creating indexes on existing data. r=bent 2013-01-11 05:32:20 -08:00
Gregor Wagner
0183546a32 Backout Bug 829030. r=me 2013-01-11 14:11:13 +01:00
Ms2ger
acc083cd90 Bug 825769 - Remove comments about SVGDefinitionElement; DONTBUILD 2013-01-11 09:54:11 +01:00
Ms2ger
023389df36 Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz
--HG--
rename : content/svg/content/src/nsSVGGradientElement.cpp => content/svg/content/src/SVGGradientElement.cpp
rename : content/svg/content/src/nsSVGGradientElement.h => content/svg/content/src/SVGGradientElement.h
2013-01-11 09:43:01 +01:00
Ms2ger
7dbb0eec52 Bug 824481 - Cleanup style attribute getters; r=bz 2013-01-11 09:42:59 +01:00
Gina Yeh
a478eef093 Bug 827255 - Patch 1: Enable AG error result code, r=echou 2013-01-11 14:00:04 +08:00
Patrick Wang
870dd6a0d0 Bug 828835 - Return form installPreinstalledApp when coreAppsDir dosen't exist. r=fabrice 2013-01-10 15:53:17 +08:00
Jed Parsons
9d830a2534 Bug 823751 - When persona login in the Trusty UI is canceled, fire the RP's oncancel() callback; r=benadida, a=bb+ 2013-01-10 09:56:10 +01:00