Commit Graph

111045 Commits

Author SHA1 Message Date
Mook
664647cf94 bug 782549 - check if the window has device sensor listeners, instead of global listener count (r=dougt) 2012-10-20 21:40:56 -07:00
Justin Lebar
3acf01ecb1 Bug 803684 - Add a memory reporter for in-memory file data. r=khuey,njn 2012-10-24 22:06:31 -04:00
Masatoshi Kimura
34642db466 Bug 801487 - Update WebIDL definitions. r=sicking 2012-10-24 22:03:21 -04:00
Masatoshi Kimura
8ac5e03d44 Bug 801487 - Update StringEncoding API per the latest spec and fix some bugs. r=sicking 2012-10-24 22:03:21 -04:00
Anthony Jones
66ba4ec646 Bug 796418 - Check cairo matrix before drawing. r=joe 2012-10-24 22:03:21 -04:00
Matt Wobensmith
7a7d879c1d Bug 799952 - Test for x-domain access to location objects. r=bz 2012-10-24 22:03:20 -04:00
Szabolcs Hubai
39945cb6c4 Bug 785015 - Check for this.aus in appUpdater.removeDownloadListener. r=bbondy 2012-10-24 20:39:51 +02:00
Ryan VanderMeulen
b497bf9bc4 Merge m-c to inbound. 2012-10-24 22:03:15 -04:00
Ryan VanderMeulen
bc5b7e81c9 Merge the last PGO-green inbound changeset to m-c. 2012-10-24 21:50:09 -04:00
Randell Jesup
8518f841ca Bug 803976: Bustage fixes r=ehsan 2012-10-24 21:31:08 -04:00
Randell Jesup
2eb9a9bf7e Bug 803976: Implementation of LocalMediaStreams for .stop() r=roc,anant 2012-10-24 19:21:32 -04:00
Randell Jesup
97d57fb78e Bug 803799: Start gUM streams in Success callback; add MediaManager mutex r=anant,roc 2012-10-24 19:21:15 -04:00
Patrick McManus
96c8b98c1b bug 805067 - remove redundant mozilla:: in netwerk/protocol/http r=jduell 2012-10-24 21:00:27 -04:00
Gregory Szorc
e696eb409c Bug 805127 - Upgrade virtualenv to 1.8.2; r=ted
Upstream tarball uncompressed in python/virtualenv. egg-info directory
was deleted. All other files are unchanged.
2012-10-24 14:25:40 -07:00
Henrik Skupin
a3cefe72cf Bug 805063 - Fix hang in crashtest for bug 791330. r=ekr 2012-10-24 17:13:39 -04:00
Andres Hernandez
59031ba05a Bug 722987 - Places UI makes decisions based on global Private Browsing state; r=ehsan 2012-10-24 14:04:38 -06:00
Andres Hernandez
7ffb7d4b3c Bug 799784 - Replace usages of nsIPrivateBrowsingService.autoStarted with PrivateBrowsingUtils.permanentPrivateBrowsing; r=ehsan 2012-10-24 14:21:33 -06:00
Gavin Sharp
285411706a Bug 805260: turn can't-attach-mozSocialAPI error into a warning, since it's not usually a problem, r=markh
--HG--
extra : transplant_source : %97b%B6B%A8%E4%1F%134%94%C0%7E%E2%A9q%94%E9%BB%C8%80
2012-10-24 17:29:09 -07:00
Ehsan Akhgari
28c105ccf5 Backed out changeset ea436c6f7d2d (bug 803799), landed on a CLOSED TREE 2012-10-24 20:30:08 -04:00
Ehsan Akhgari
33b4d241b7 Backed out changeset 165208ecd591 (bug 803976) 2012-10-24 20:29:32 -04:00
Michael Vines
7b8bbfd479 Bug 803733 - Normalize camera sensor orientation. r=cjones 2012-10-24 17:23:01 -07:00
Randell Jesup
5d4b72af55 Bug 803976: Implementation of LocalMediaStreams for .stop() r=roc,anant 2012-10-24 19:21:32 -04:00
Randell Jesup
781f490022 Bug 803799: Start gUM streams in Success callback; add MediaManager mutex r=anant,roc 2012-10-24 19:21:15 -04:00
Benjamin Peterson
c71a7c4344 Bug 804857 - Start with a small compression buffer. r=njn 2012-10-24 16:15:48 -07:00
Benjamin Peterson
3135d2d298 Bug 804857 - Allocate memory in the compression thread and have its clients check for error. r=njn 2012-10-24 16:15:48 -07:00
Matt Woodrow
e813ffaf37 Bug 775228. r=joe 2012-10-25 12:04:41 +13:00
Matt Woodrow
64df41fa2a Bug 800041 - Set the correct reference frame for nsDisplayScrollLayer when the frame is transformed. r=roc 2012-10-25 12:04:41 +13:00
Matt Woodrow
b280c405c4 Bug 803556 - Schedule a paint whenever we reflow a display root frame. r=roc 2012-10-25 12:04:41 +13:00
Geoff Brown
5fafdd750d Bug 767215 - Re-enable robocop testLoad, testPanCorrectness, testFlingCorrectness, testOverscroll, testAxisLocking; DONTBUILD 2012-10-24 12:41:04 -06:00
Randell Jesup
e20b9edb57 Bug 803881: Fix wrong number of samples for webrtc media unit tests r=ekr 2012-10-24 16:54:33 -04:00
Benjamin Peterson
340b17efe3 Bug 804558 - Make JSScript::loadSource GC-safe. r=terrence 2012-10-24 13:51:28 -07:00
Benoit Jacob
d39687ef3f Bug 793126 - import ANGLE r1278 to get the fix for ANGLE bug 350, a WebGL crasher - r=jgilbert 2012-10-24 16:26:54 -04:00
David Dahl
034cdc9123 Bug 773114 - Permission UI events for apps r=sicking r=anygregor 2012-10-24 15:19:01 -05:00
Magnus Melin
c14a8eb65c Bug 804664 - remove typedef nsAutoCString nsCAutoString. r=benjamin 2012-10-23 20:53:15 +03:00
Jeff Muizelaar
096b94532d Bug 805119. Add a note about the deprecation of findEntryProperties. r=joe
DONTBUILD
2012-10-24 14:40:41 -04:00
Ryan VanderMeulen
b41f122d79 Merge the last PGO-green inbound changeset to m-c. 2012-10-24 14:05:14 -04:00
Jonathan Griffin
de2d34618c Bug 805033 - Specify Marionette deps using >=, r=ahal, DONTBUILD(NPOTB) 2012-10-24 09:53:52 -07:00
Bobby Holley
1d77b1d068 Bug 801576 - Android bustage fix. r=me 2012-10-24 14:18:39 +02:00
Bobby Holley
20430c3314 Bug 801576 - Bustage fix. r=me 2012-10-24 13:19:33 +02:00
Gervase Markham
0989de9ddf Bug 802563 - update PSL for .gt. r=weppos. 2012-10-24 11:42:41 +01:00
Bobby Holley
ed10eb5a54 Bug 801576 - Add tests for the same-origin policy. r=mrbkap 2012-10-24 12:04:19 +02:00
Bobby Holley
9e51e582a2 Bug 801576 - Fix {push,pop}State tests. r=jlebar 2012-10-24 12:04:18 +02:00
Bobby Holley
80d75e4f8c Bug 801576 - Fix sandbox test. r=mrbkap 2012-10-24 12:04:18 +02:00
Bobby Holley
617a6ac6bd Bug 801576 - Forbid cross-origin access to the History object. r=mrbkap 2012-10-24 12:04:18 +02:00
Devdatta Akhawe
bcf0534cfb Bug 803765 - Documentation for aRequestPrincipal r=bz 2012-10-23 21:44:11 -07:00
Jacek Caban
2e4dc8b044 Bug 801579 - Don't mix nsresult with HRESULT (widget/windows part) r=jmathies 2012-10-24 10:57:08 +02:00
Doug Sherk
20620b38aa Bug 804949: Change the way panning works. r=cjones a=blocking-basecamp 2012-10-24 01:37:53 -07:00
Jonathan Kew
000afaf24f bug 803347 - update graphite2 lib to upstream commit 4ddfa0f51098. r=jdaggett 2012-10-24 09:20:13 +01:00
Jared Wein
cc598aac90 Bug 801035 - Keyboard access for Social API chat windows. r=felipe 2012-10-23 23:45:59 -07:00
Jared Wein
7337c49e05 Backed out changeset ed8fc02602d4 (bug 804068) 2012-10-23 23:45:51 -07:00