Граф коммитов

272046 Коммитов

Автор SHA1 Сообщение Дата
Josh Matthews c45b403049 Bug 722845 - Part 0: Add private flag for cache entries/sessions/requests. r=michal.novotny 2012-05-24 16:31:53 +01:00
Brian Hackett 917eb08db2 Remove Root<T>, bug 756823. r=billm 2012-05-24 08:52:21 -07:00
Jim Mathies 97f00ed055 Bug 740694 - ApplicationID NSIS plugin - release dll, static runtime, vc2008. r=rstrong 2012-05-24 10:46:26 -05:00
Jim Mathies 9c8e488cd3 Bug 740694 - Add dual mode option to ApplicationID nsis plugin. r=rstrong 2012-05-24 10:46:26 -05:00
Jim Mathies cd65ab5109 Bug 740694 - Strip win line endings from ApplicationID src. r=rstrong 2012-05-24 10:46:26 -05:00
Bas Schouten 5934a62347 Bug 758120: Block attempts to do manual subpixel-AA on bitmap fonts. r=jfkthame 2012-05-24 17:43:55 +02:00
Marco Bonardo 6f0021b7e9 Bug 753205 - Add back separators support to bookmarks HTML import.
r=dietrich

--HG--
rename : browser/components/places/tests/unit/bookmarks.corrupt.html => toolkit/components/places/tests/unit/bookmarks.corrupt.html
rename : browser/components/places/tests/unit/bookmarks.preplaces.html => toolkit/components/places/tests/unit/bookmarks.preplaces.html
rename : browser/components/places/tests/unit/test_384370.js => toolkit/components/places/tests/unit/test_384370.js
rename : browser/components/places/tests/unit/test_398914.js => toolkit/components/places/tests/unit/test_398914.js
rename : browser/components/places/tests/unit/test_bookmarks_html.js => toolkit/components/places/tests/unit/test_bookmarks_html.js
rename : browser/components/places/tests/unit/test_457441-import-export-corrupt-bookmarks-html.js => toolkit/components/places/tests/unit/test_bookmarks_html_corrupt.js
rename : browser/components/places/tests/unit/test_bookmarksRestoreNotification.js => toolkit/components/places/tests/unit/test_bookmarks_restore_notification.js
2012-05-24 17:33:54 +02:00
Justin Lebar 23019e4123 Bug 757924 - Register the heap-committed-unused memory reporter. r=khuey
--HG--
extra : rebase_source : dc4eddd09b2d074e830ec153af4a5ff4bb8b7a3a
2012-05-24 11:10:58 -04:00
Benoit Girard e5900f58f8 Bug 757944 - Don't call onSurfaceCreated/onSurfaceChanged before a context is created. r=joe
--HG--
extra : rebase_source : 61ce6cb26a69ace210f2fb60eb4714dd5fed3eb9
2012-05-23 18:26:21 -04:00
James Willcox 3f58ad3be0 Bug 747492 - Don't show vkb when plugin is focused on Android r=cpeterson 2012-05-24 11:03:07 -04:00
James Willcox b755e5a29b Bug 753458 - Remove unnecessary fields in RenderContext r=kats 2012-05-24 11:02:49 -04:00
Josh Aas c5460fb6ce Bug 758224: Fix bug in nsPluginStreamListenerPeer dtor. r=bsmedberg 2012-05-24 10:59:16 -04:00
Alexandre Poirot d970453a08 Bug 753856 - Use CONOUT$ for stderr on Windows. r=ted 2012-05-24 16:11:34 +02:00
Ed Morley 02a195b1f4 Backout 0d782874abea, 75571af38ce5 & bfd3a65c0feb (bug 673873) for increasing the failure rate of bug 702184 2012-05-24 14:12:19 +01:00
Bobby Holley 5ec42ef343 Bug 553102 - Fix open web apps. r=fabrice 2012-05-24 13:04:57 +02:00
Bobby Holley 34d5ddf2a2 Bug 553102 - Fix mock prompt service. r=ted 2012-05-24 13:04:57 +02:00
Bobby Holley c8afec3bc9 Bug 553102 - Add __exposedProps__ for MockFilePicker. r=ted 2012-05-24 13:04:57 +02:00
Bobby Holley 66d13b3528 Bug 553102 - Waive COW checks on SpecialPowers wrapper objects. r=mrbkap 2012-05-24 13:04:57 +02:00
Bobby Holley 7b4caeaa28 Bug 553102 - Fix SpecialPowers DOMWindowUtils. r=ted 2012-05-24 13:04:57 +02:00
Bobby Holley b1f01dc144 Bug 553102 - Fix test_cows.xul. r=mrbkap 2012-05-24 13:04:57 +02:00
Bobby Holley d131b3449c Bug 553102 - Make the SpecialPowers wrapping API a bit nicer. r=ted 2012-05-24 13:04:57 +02:00
Frank Yan 3cd78fbfaf Bug 673873 - Display placeholder when focusing empty input - part 3: remove duplicate tests. r=mounir 2012-05-24 03:54:26 -07:00
Frank Yan e6ca5c7bf0 Bug 673873 - Display placeholder when focusing empty input - part 2: update reftests. r=mounir 2012-05-24 03:54:26 -07:00
Frank Yan 6daa0281dc Bug 673873 - Display placeholder when focusing empty input. r=mounir 2012-05-24 03:54:25 -07:00
Frank Yan dea4d872b0 Bug 757694 - Fix line endings in nsHTMLTextAreaElement.cpp. r=mounir 2012-05-24 03:54:25 -07:00
Robert Longson 7aa8c491d6 Bug 746452 - textPath does not handle startOffset with non-user-unit/non-percentage units correctly. r=jwatt 2012-05-24 11:43:10 +01:00
Robert O'Callahan d9ececf589 Bug 752781. Wait for a refresh driver run to complete before testing whether scrolling has happened. r=mats 2012-05-24 22:39:11 +12:00
Robert O'Callahan 32be605238 Bug 750258. Ensure that MediaStreamListener::NotifyBlockingChanged is always called for a new listener, and similar for NotifyFinished called on an already-finished stream. Rely on this to set readyState correctly for media elements consuming a stream. r=jesup,cpearce 2012-05-24 22:37:14 +12:00
Robert O'Callahan 3c90d15cd6 Bug 757807. Don't store an nsMouseEvent in nsFrameSelection, it's unnecessary and leaky. r=smaug 2012-05-24 22:36:08 +12:00
Jan de Mooij aba608c154 Bug 757845 - Add edge label to write barrier assert. r=billm
--HG--
extra : rebase_source : affe7600876aeb4969206f39b60c2a8390d43e90
2012-05-24 10:58:05 +02:00
Mike Hommey 806acd5ce4 Bug 756745 - Use the "right" headers for mips xptc assembly on android. r=bsmedberg 2012-05-24 10:57:39 +02:00
Mike Hommey e0672070d1 Bug 756745 - Add -DANDROID and include path to ASFLAGS when building for Android. r=ted 2012-05-24 10:56:26 +02:00
Jonathan Kew e0db93c657 bug 757871 - don't generate warnings from FT2FontEntry::GetFontTable during normal control flow. r=jdaggett 2012-05-24 09:16:01 +01:00
Jonathan Kew 17d841d068 bug 737315 - use the proxy's name for the FT2 entry when instantiating a downloaded font. r=jdaggett 2012-05-24 09:15:54 +01:00
Alexander Surkov 2a14b57426 Bug 757670 - make nsIPresShell::GetLinkLocation faster, r=bz, tbsaunde 2012-05-24 15:57:16 +09:00
Yoshi Huang d31a0461eb Bug 754018 - B2G RIL: Read SIM contacts. r=philikon 2012-05-07 11:53:42 -07:00
Jose Antonio Olivera Ortega ee0a8b81a3 Bug 744709 - B2G RIL: control radio power via Settings API. r=philikon 2012-05-23 22:12:07 -07:00
Guillermo López 7e846c7efa Bug 743370 - B2G RIL: Removing SIM card results in endless "connecting..." message. r=philikon 2012-05-23 10:21:06 +02:00
Yoshi Huang 762fd509d0 Bug 757512 - B2G RIL: SIM Card Lock DOM Requests don't properly clean up. r=philikon 2012-05-23 11:36:15 +08:00
Jeff Muizelaar b0ad13b283 Bug 748816. Set the swap interval to 1 on OS X. r=bgirard
This fixes the tearing we get on OS X with OpenGL layers.
It does cause us to occasionally block waiting for vsync.
This isn't ideal but I think it's better than tearing.
OMTC should help us remove this wait.

--HG--
extra : rebase_source : 97739bb0a1a5094ff92e26f5513558ae389ae560
2012-05-24 00:40:40 -04:00
Trevor Saunders 0930653ec8 bug 750026 - get rid of unneeded nsCOMPtrs r=surkov 2012-04-04 23:11:39 -04:00
Cervantes Yu ab223182e9 Bug 755546: fix incorrect deletion of the sensor observer list in unregistration of one observer. r=cjones 2012-05-21 18:12:03 +08:00
Kyle Machulis d2a38bcf4f Bug 742044 - Create BluetoothManager object for managing multiple adapters and firmware loading; r=bent 2012-05-23 21:02:23 -07:00
Dale Harvey f118eef8bf Bug 756844 - Fix randomorange in test_browserFrame9.html. r=jlebar
Previous test expected a screenshot taken after loadend event to
capture the updated content, which wasnt always true. New test only
tests that subsequent screenshots of content that we know has
been changed, will differ
2012-05-23 23:57:26 -04:00
Gregor Wagner 492adb808c Bug 758093 - Fix b2g debug build. r=fabrice 2012-05-23 20:43:17 -07:00
Ehsan Akhgari 6d3a904ca5 Bug 751200 - Don't fall in infinite loops if the content iterator has gone bad; r=bzbarsky 2012-05-22 22:05:27 -04:00
Mark Capella 3d283fa82c Bug 749810 - getText(0, -1) fails with empty text, r=surkov, f=eeejay 2012-05-23 14:06:07 -04:00
Mark Capella 8ade8177fe Bug 745428 - densify nsTextAccessible, r=surkov, f=tbsaunde
--HG--
rename : accessible/src/atk/nsTextAccessibleWrap.h => accessible/src/atk/TextLeafAccessibleWrap.h
rename : accessible/src/base/nsTextAccessible.cpp => accessible/src/generic/TextLeafAccessible.cpp
rename : accessible/src/base/nsTextAccessible.h => accessible/src/generic/TextLeafAccessible.h
rename : accessible/src/mac/nsTextAccessibleWrap.h => accessible/src/mac/TextLeafAccessibleWrap.h
rename : accessible/src/msaa/nsTextAccessibleWrap.cpp => accessible/src/msaa/TextLeafAccessibleWrap.cpp
rename : accessible/src/msaa/nsTextAccessibleWrap.h => accessible/src/msaa/TextLeafAccessibleWrap.h
rename : accessible/src/other/nsTextAccessibleWrap.h => accessible/src/other/TextLeafAccessibleWrap.h
2012-05-23 14:05:57 -04:00
Ryan VanderMeulen 10f9241ec9 Backout f987a378672f (bug 757380) due to M4 crashes. 2012-05-23 22:48:39 -04:00
Ryan VanderMeulen 02c4492e3b Backout 3a9f8be665a4 (bug 757469) due to orange. 2012-05-23 22:42:53 -04:00