Commit Graph

117317 Commits

Author SHA1 Message Date
Mike Hommey
a7c8ac7075 Backout changeset 6656cdc8b20d (bug 824330) because of android and b2g bustage on clobber builds 2013-01-04 17:14:33 +01:00
Hannes Verschore
125c9808e2 Bug 825705: Creating this on caller-side shouldn't query prototype for unknown objects, r=jandem 2013-01-04 17:11:32 +01:00
Ed Morley
b38062798d Backout 6e391f971a13 (bug 826439) for xpcshell failures 2013-01-04 16:07:27 +00:00
Yoshi Huang
ba6e2f73e0 Bug 826604 - B2G RIL: getOPL causes parcel error when reading unused octets. r=hsiniyi 2013-01-04 13:34:01 +08:00
Ehsan Akhgari
faeec71701 Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
--HG--
rename : content/html/content/public/nsHTMLCanvasElement.h => content/html/content/public/HTMLCanvasElement.h
rename : content/html/content/src/nsHTMLCanvasElement.cpp => content/html/content/src/HTMLCanvasElement.cpp
2013-01-04 00:16:14 -05:00
Rafael Ávila de Espíndola
ec9544d919 Bug 826029 - Assertion in mozPoisonWriteMac due to Mac camera code trying to write a defaults file on exit | Assertion failure: ok, at ../../../xpcom/build/mozPoisonWriteMac.cpp:90. r=ehsan. 2013-01-04 10:27:41 -05:00
Kartikaya Gupta
00551fc3f3 Bug 826411 - Remove obsolete comment about compiler-specific workaround. r=mats 2013-01-04 10:12:11 -05:00
James Lal
5f774dbd91 Bug 819598 - When opening keyboard, don't scrollIntoView() input elements that are already in view r=djf a=blocking-basecamp 2013-01-04 16:00:21 +01:00
Tim Taubert
f63558e9f9 Bug 823645 - [B2G][Keyboard] Keyboard does not show for advanced HTML editors r=vingtetun a=blocking-basecamp 2013-01-04 16:00:21 +01:00
Mike Hommey
5a817fd43d Bug 824330 - Build services/ during the platform tier and enable services in xulrunner. r=blassey,r=bsmedberg,r=gps 2013-01-04 15:56:20 +01:00
Benjamin Smedberg
f36d3dfedd Bug 559432 - Don't fail the assert if the cached actor is null... that probably just means we're in the process of tearing down the instance, r=josh
--HG--
extra : rebase_source : c7add3dc063f52127818fcdfc9b76e45ed45bf1a
2013-01-04 09:50:43 -05:00
Nathan Froyd
7ad242ea05 Bug 826439 - use floats instead of doubles for exponential histogram statistic calculations; r=vdjeric 2013-01-03 16:21:44 -05:00
Brian Hackett
c136667866 Bug 825447 - Populate safepoints directly in backtracking register allocator, r=jandem. 2013-01-04 07:53:20 -07:00
Stephen Horlander
801f1c01ea Bug 798336 - icons for camera and microphone access requests. r=dao 2013-01-04 15:48:53 +01:00
Masatoshi Kimura
8fe6129090 Bug 826611 - Disable MSVC warning C4819 because it causes useless warning spam on non-Western locales. r=ted 2013-01-04 23:42:02 +09:00
Jonathan Kew
cce2ad39c8 bug 826288 - remove the obsolete aFamily parameter from gfxFontEntry constructor. r=roc 2013-01-04 14:01:44 +00:00
adrian.tamas@softvision.ro
0806b3d266 Bug 826261 - Robocop: Add test for Share Link option from the Firefox Mobile Menu. r=jmaher 2013-01-04 10:53:22 +02:00
Vicamo Yang
d7adff5e90 Bug 820780 - Part 5/5: test cases, r=rwood 2013-01-04 14:26:31 +08:00
Vicamo Yang
b1f0d8379b Bug 820780 - Part 4/5: Android backend, r=blassey 2013-01-04 14:26:27 +08:00
Vicamo Yang
edbada573f Bug 820780 - Part 3/5: B2G RIL backend, r=hsinyi,bent 2013-01-04 14:26:24 +08:00
Vicamo Yang
fbe684362d Bug 820780 - Part 2/5: DOM, IPC changes, r=bent 2013-01-04 14:26:20 +08:00
Vicamo Yang
3a388ebc91 Bug 820780 - Part 1/5: interface changes, sr=sicking 2013-01-04 14:26:17 +08:00
Ehsan Akhgari
6a1c8d2947 Backed out changeset bfb788e7ef51 (bug 826602) because of build failures
--HG--
rename : content/html/content/public/HTMLCanvasElement.h => content/html/content/public/nsHTMLCanvasElement.h
rename : content/html/content/src/HTMLCanvasElement.cpp => content/html/content/src/nsHTMLCanvasElement.cpp
2013-01-04 01:07:10 -05:00
Vicamo Yang
2e5e3f2256 Bug 824612: B2G SMS - add Marionette test script for strict 7bit encoding. r=hsinyi 2013-01-04 13:57:24 +08:00
Nicholas Nethercote
f0a2edb191 Bug 826553 - Add a memory reporter for the event listener manager's hash table. r=bz.
--HG--
extra : rebase_source : 72584fbf0b80c1e8d5451486ca2c46efebc93b44
2013-01-03 21:26:56 -08:00
Ehsan Akhgari
60fa51d399 Bug 826602 - Rename nsHTMLCanvasElement to mozilla::dom::HTMLCanvasElement; r=bzbarsky
--HG--
rename : content/html/content/public/nsHTMLCanvasElement.h => content/html/content/public/HTMLCanvasElement.h
rename : content/html/content/src/nsHTMLCanvasElement.cpp => content/html/content/src/HTMLCanvasElement.cpp
2013-01-04 00:16:14 -05:00
Richard Newman
a6b4fcb89a Bug 826539 - Pinned tabs folder shouldn't be synced. r=nalexander 2013-01-03 21:25:38 -08:00
Ehsan Akhgari
90ca23eb3d Make nsHTMLMediaElement.cpp non-executable, no bug, DONTBUILD 2013-01-03 23:41:56 -05:00
Alexander Surkov
dd1fd2be91 Bug 822983 - Map SVG graphic elements to accessibility API, r=tbsaunde, longsonr 2013-01-04 13:26:00 +09:00
Ehsan Akhgari
9a6ecf3d9f Backed out changeset 1024e72d4ef9 (bug 826146) because of test failures 2013-01-03 22:59:44 -05:00
Ehsan Akhgari
abfa459ddb Backed out changeset a6acebd9c9d5 (bug 805591) because of build failures 2013-01-03 22:55:45 -05:00
Masatoshi Kimura
102c61e714 Bug 826231 - Enable FAIL_ON_WARNINGS on MSVC in xpcom/tests. r=ehsan 2013-01-04 12:49:25 +09:00
Masatoshi Kimura
84fe7622a5 Bug 556886 - Disable C4275 only inside stl_wrappers. r=ehsan 2013-01-04 12:49:25 +09:00
Masatoshi Kimura
e4247733d5 Bug 826159 - Turn nsICookie.value into AUTF8String. r=bz 2013-01-04 12:49:25 +09:00
Masatoshi Kimura
ccd4991442 Bug 825926 - Get rid of /PDB:NONE. r=ted 2013-01-04 12:49:24 +09:00
Mohit Gahlot
2690119f9a Bug 818106 Fix: ScopedClose now considers errno EINTR.r=dhylands 2013-01-04 08:16:47 +05:30
Dão Gottwald
75255d3a00 Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss 2013-01-04 04:33:44 +01:00
Aaron Klotz
d2999a8190 Bug 805591 - Win32 implementation of the Plugin Hang UI. r=bsmedberg,bbondy 2013-01-03 22:24:07 -05:00
Ehsan Akhgari
7c5f0a5f54 Bug 815847 - Part 5: Ignore the hidden private window when sending the last-pb-context-exited notification; r=bzbarsky 2012-12-11 23:22:20 -05:00
Ehsan Akhgari
8280b4d0f1 Bug 815847 - Part 4: Implement a hidden private window managed by the app shell service; r=bzbarsky 2012-12-10 23:49:17 -05:00
Ehsan Akhgari
f715d30797 Bug 815847 - Part 3: Avoid double-caching XUL prototypes which are loaded at around the same time; r=bsmedberg 2013-01-03 17:32:11 -05:00
Ehsan Akhgari
bd362404ea Bug 815847 - Part 2: Waste less memory in nsXULPrototypeCache::mCacheURITable; r=bsmedberg 2013-01-03 17:23:20 -05:00
Ehsan Akhgari
9dc9cb33b3 Bug 815847 - Part 1: Remove nsXULPrototypeCache::gStartupCache; r=bsmedberg
There is no good reason why this variable should be used.
2013-01-03 16:38:08 -05:00
EKR
95c13817cf Bug 826529 - Increase default video bitrate. r=jesup 2013-01-03 19:17:42 -08:00
Nick Alexander
4119f2bd57 Bug 818218 - Refactor ExtendendJSONObject parsing. r=rnewman 2013-01-03 19:00:19 -08:00
Shriram Kunchanapalli
f2807460c6 Bug 772789: Make Send Tab to Device activity not reset checkboxes when device is rotated. r=nalexander 2013-01-03 19:00:13 -08:00
Nick Alexander
407a951420 Bug 799729 - Let HMAC extra parameter be the empty string. r=rnewman 2013-01-03 18:59:44 -08:00
Avi Halachmi
35a21b9441 Bug 820167 - Tab open/close animation prints performance data to error console when enabled. r=jmuizelaar,dao 2013-01-03 21:53:15 -05:00
EKR
dc80ee1276 Bug 822159 - Fix trickle ICE to start checking when new candidates come in. r=abr 2012-12-20 08:12:45 -08:00
Bobby Holley
96f2bec98f Bug 826146 - Add a pref-controlled install confirmation override for automation. r=sicking 2013-01-03 18:27:43 -08:00