Ed Morley
4d505e56a5
Merge mozilla-central to mozilla-inbound
2012-01-23 19:22:52 +00:00
Matt Brubeck
d3d7a1e0a6
Merge mozilla-central and mozilla-inbound
2012-01-19 11:13:07 -08:00
Brian R. Bondy
915806f63d
Bug 718450 - Callback application does not relaunch on some limited user account WinXP. r=rstrong
2012-01-19 13:05:51 -05:00
Jeff Muizelaar
19d31dec25
Bug 718440. Add more sampler labels to various places. r=bgirard
...
This shows the problems described in bug 710068.
2012-01-17 15:33:04 -05:00
Tim Taubert
5831fad834
Bug 497543 - Part 1 - JavaScript Module; r=dietrich
2012-01-19 16:01:42 +01:00
Karun Dambiec
0ea5c7ed56
Bug 721495 - Passwordmgr tests: Use EventUtils sendChar() and sendKey(), instead of calling synthesizeKey() directly, r=zpao
2012-01-26 14:13:00 -08:00
Wes Kocher
5a46ed4854
Bug 707223 - Move Graphics <tbody>s into a single table to fix cell alignment issues. r=jmuizelaar
...
--HG--
extra : rebase_source : 0b67f1896a77dc3fa9e447ce19ceeabeb17eb09c
2012-01-26 13:33:32 -06:00
Ed Morley
11bf734f3f
Merge mozilla-central to mozilla-inbound
2012-02-03 16:50:13 +00:00
Brian R. Bondy
387da4c372
Bug 719947 - Add an indeterminate progress bar for updates applied from service. r=rstrong
2012-02-03 08:51:22 -05:00
Nathan Froyd
7788b38ce5
Bug 717659 - add telemetry for reflows in background tabs. r=bz
2012-02-03 12:27:42 +01:00
Phil Ringnalda
663ddeeb58
Back out 705d94f0a11c and c593ef0f4353 (bug 719697) for crazed infra filename dependencies
2012-01-26 20:16:54 -08:00
Joel Maher
d1b1363239
Bug 719697 - [fix uploaded name] robocop isn't signed properly from buildbot builds. r=hwine
2012-01-26 22:26:47 -05:00
Joel Maher
581f1cb805
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
2012-01-26 19:41:59 -05:00
Felix Fung
6b2098fe3a
Bug 275223 - Enable Tree View Columns to be Sorted in Page Info. r=db48x
2012-01-26 16:10:00 -05:00
Nicholas Nethercote
694f1deae5
Bug 719335 - Allow arbitrary collapsing/expanding of sub-trees in about:memory. r=jlebar.
...
--HG--
extra : rebase_source : fc26877e0c181a77c2ec15967ab33b75d1f96606
2012-01-26 14:02:49 -08:00
Rafael Ávila de Espíndola
b55bd08499
Bug 719438 - PDBU_maintenanceOnIdle can try use the places database after it is closed. r=mak.
2012-01-26 16:19:14 -05:00
Matt Brubeck
21436f5d5b
Back out f151cccff911, 2c463faae83f, d7a8aefd3e8a (bug 719697, 713970, 720614) because of build bustage.
2012-01-26 11:41:29 -08:00
Josh Matthews
02f995556f
Bug 674353 - Avoid using null pointer when trying to autocomplete. r=mak
2012-01-26 14:15:58 -05:00
Joel Maher
5d8601e37b
Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey.
2012-01-26 13:56:53 -05:00
Gian-Carlo Pascutto
dbd7ac64e0
Bug 673470 - Optimize input buffer size. Cache active tables. r=dcamp
2012-02-03 08:32:32 +01:00
Matt Brubeck
3aa150e837
Back out 88733ce1bef3 (bug 718440) because of Windows build failure
2012-01-17 15:15:47 -08:00
Brian R. Bondy
71565c1d3f
Bug 716915 - Service is sometimes not used after several successful service updates because maintenanceservice.exe is missing. r=rstrong.
2012-01-17 16:52:23 -05:00
Jeff Muizelaar
e18b95dabf
Bug 718440. Add more sampler labels to various places. r=bgirard
...
This shows the problems described in bug 710068.
2012-01-17 15:33:04 -05:00
Matthew Gregan
576ad01988
Bug 623444 - Import Windows libcubeb implementation. r=doublec, r=khuey
2012-01-13 14:38:39 +13:00
Jim Blandy
4fe8a051b2
Bug 714129: Breakpad DWARF: Add support for DWARF 4 attribute forms. r=ted
...
This patch allows Breakpad's DWARF reader to at least read or skip
attributes using the new forms defined in version 4 of the DWARF
specification, instead of crashing.
Attributes encoded using DW_FORM_flag_present, DW_FORM_sec_offset, and
DW_FORM_exprloc should work fine now. However, compilation units using
DW_FORM_ref_sig8 to refer to types in .debug_types will need further work
to support. (GCC 4.6.2 does not emit .debug_types sections.)
Specifically:
- dwarf2reader::DwarfForm gets new values.
- dwarf2reader::Dwarf2Handler and dwarf2reader::DIEHandler get new handler
methods, named ProcessAttributeSignature, for DW_FORM_ref_sig8 attributes.
- dwarf2reader::CompilationUnit reads DW_FORM_ref_sig8 attributes, and
passes them to ProcessAttributeSignature. It also gets support for
DW_FORM_sec_offset, DW_FORM_exprloc, and DW_FORM_flag_present, using the
existing appropriate ProcessAttribute* methods.
- dwarf2reader::DIEDispatcher passes through ProcessAttributeSignature
attributes to its DIEHandler.
- Unit tests are updated.
2012-02-01 11:27:33 -08:00
Jim Blandy
869bbdab6a
Bug 714129: Breakpad DWARF support: Remove extraneous breaks following returns in dwarf2reader.cc. r=ted
2012-02-01 11:27:33 -08:00
Jim Blandy
e3c73e0a40
Bug 714129: Add partial unit tests for dwarf2reader::CompilationUnit. r=ted
...
This is really incomplete --- it's just what's needed to get started
testing support for the DWARF 4 attribute forms.
2012-02-01 11:27:33 -08:00
Gian-Carlo Pascutto
99a251d9ae
Backout 44a0dc4fb9ff (Bug 673470) for Talos regression.
2012-02-01 20:10:02 +01:00
Geoff Lankow
78cce20bd9
Bug 684107 followup - stop importing XPCOMUtils.jsm and Dict.jsm into DownloadLastDir.jsm; r=gavin
2012-01-20 19:58:38 +13:00
stefanh@inbox.com
83db745651
Bug 718392 - [Mac] Restore non-highlight when hovering menus in content menubars. r=dao.
2012-01-20 22:14:05 +01:00
Margaret Leibovic
1b9bc6ec57
Bug 718708 - Don't prompt to remember password when there is an invalid hostname. r=zpao
2012-01-20 12:56:19 -08:00
Andrew McCreight
cec92aa542
bug 717711 - telemetry for time in between cycle collections. r=smaug
2012-01-20 12:02:18 -08:00
ISHIKAWA, chiaki
4f3f4ba2c5
Bug 567585 - TB3 fails to raise an error when it tries to save an attachment to write-protected directory. r=Paolo Amadini,r=sdwilsh
2012-01-20 19:21:26 +00:00
David Bolter
c38b23d383
Bug 678965 - telemetry for injected screen reader dll's. r=nfroyd,tbsaunde,marcoz
...
Telemetry for NVDA, JAWS, OLDJAWS, WE, DOLPHIN, SEROTEK, COBRA
2012-01-20 12:26:22 -05:00
Brian R. Bondy
d56eefed56
Bug 715910 - Set permissions for the service even on upgrades. r=rstrong
2012-01-18 12:42:35 -05:00
Marco Bonardo
5c4bd88710
Bug 712767: Send profile shutdown topics to cpp tests requesting a profile.
...
r=waldo
2012-01-20 14:47:51 +01:00
Paolo Amadini
70fdd3f42f
Bug 672681 - Make nsIDownloadHistory::addDownload asynchronous. r=mak
2012-01-20 13:48:20 +01:00
Henri Sivonen
3bd56d1ff6
Bug 714777 - Refactor fragment parsing out of nsHtml5Parser. r=smaug.
2012-01-20 13:16:27 +02:00
Geoff Lankow
829f3827f4
Bug 719002 - Use a transaction when upgrading addon.sqlite's schema; r=Mossop
2012-01-19 22:13:03 +13:00
Ed Morley
28b141d8f2
Merge mozilla-central to mozilla-inbound
2012-01-20 01:27:04 +00:00
Brian R. Bondy
dae0fea4cd
Bug 718357 - Do not use new console when browser restarts on Windows. r=jimm
2012-01-19 16:30:05 -05:00
Nathan Froyd
75ffcc3986
Bug 707320 - add tests for load/save functionality; r=taras
2011-12-23 18:37:34 -05:00
Nathan Froyd
c3998d6b4e
Bug 707320 - add load/save histograms to TelemetryPing; r=taras
2011-12-23 13:56:38 -05:00
Gavin Sharp
0780f7578e
Bug 712421: allow pasting of a URL in the download manager window, r=neil
2011-12-20 14:14:10 -08:00
Till Schneidereit
2751128160
Bug 718518. Remove in-tree uses of the nonstandard third argument to String.prototype.replace. r=dcamp,jgriffin,dao,ted,dtownsend
2012-01-18 16:10:39 -05:00
Nathan Froyd
9230c00ae7
Bug 707320 - provide interface for loading and saving histograms; r=taras
2011-12-09 15:15:53 -05:00
Nathan Froyd
e715f2d2f2
Bug 707320 - provide reflection for separate Histograms and SampleSets; r=taras
2011-12-13 12:03:30 -05:00
Gian-Carlo Pascutto
a784af5a5b
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
2011-12-06 19:03:05 +01:00
Matt Brubeck
73e694d1d5
Merge mozilla-central to inbound
2012-02-02 20:49:06 -08:00
Robert Strong
8b156a7679
Bug 668574 (original patch by Javi Rueda) - Refuse to install on Windows XP SP 1 and below. r=bbondy
2012-02-02 14:12:54 -08:00
Nathan Froyd
71663d7ead
Bug 707320 - Backout Bug 707320. r=taras
2012-02-02 18:14:19 +01:00
Makoto Kato
6aef4b7525
Bug 710125 - Reduce LoadLibray/GetProcAddress for user32.dll and oleacc.dll on a11y, r=surkov, roc
2012-02-02 21:29:58 +09:00
Ed Morley
9199c1e2d8
Merge mozilla-central to mozilla-inbound
2012-02-02 10:54:45 +00:00
Paolo Amadini
2506701a69
Bug 722242 - Avoid thread contention on idle maintenance. r=mak
2012-02-02 11:33:33 +01:00
Ed Morley
46f66f0c50
Backout 90f7f032757f, 6695904a4a70, 50e98f67df1b & d26e8631514c (bug 697641) for native Android failures and 20289eb83e51 (bug 712378) because it conflicted with the backout CLOSED TREE
2012-02-02 10:09:40 +00:00
Jim Straus
d19707e250
Bug 712378: Add an interface to control lights, and use it for the screen backlight on Gonk. r=cjones
2012-02-01 22:09:00 -08:00
Chris Jones
16bfa03e27
Bug 723418: Don't link against HAL_getNumberOfCameras because we don't have a camera library on the emulator. r=gal
2012-02-02 00:33:06 -08:00
Gian-Carlo Pascutto
00125c4e7a
Bug 673470 - Replace the SQLite SafeBrowsing store with an optimized store. r=dcamp
2011-12-06 19:03:05 +01:00
Rafael Ávila de Espíndola
def12c94ca
Bug 721812 - WaitForConnectionClosed can create a TOPIC_PLACES_CONNECTION_CLOSED spinner too late. r=mak.
2012-02-01 17:29:30 +01:00
Ed Morley
0ce8f75531
Backout 0e6b1dfaa99c (bug 720208) for M1 orange
2012-02-01 12:58:07 +00:00
Kan-Ru Chen
e75ba1199e
Bug 711300 - Add GPS support for gonk. r=jdm
2012-01-19 15:53:51 +01:00
Marco Bonardo
cf7bdf1de9
Merge central to inbound
2012-01-17 16:24:46 +01:00
Marco Bonardo
1d0335e9ff
Merge last green PGO changeset from inbound to central
2012-01-17 16:22:33 +01:00
Dão Gottwald
918f5a7197
Bug 718536 - browser_select_compatoverrides.js leaks selectAddons.xul. r=bmcbride
2012-01-17 12:50:48 +01:00
Justin Wood
965826891d
Merge last green PGO from inbound to mozilla-central
2012-01-16 22:27:53 -05:00
Phil Ringnalda
4f34b13500
Back out 4ac407704d74 (bug 689387) for causing or exposing or whatevering bug 718411
2012-01-16 18:31:02 -08:00
Rail Aliiev
13b9d47ab9
bug 715586: checksums.py should generate sha1 and md5 checksums. r=catlee,ted
2012-01-16 09:30:59 -05:00
Tim Taubert
94e16d470e
merge m-c to fx-team
2012-01-16 11:20:19 +01:00
Martijn Gerrits
917b7b274f
Bug 689387 - Video controls should use new mouseenter/mouseleave events. r=dolske
2012-01-13 16:26:49 -08:00
Jared Wein
c3725ef355
Bug 198964 - Enable smooth scrolling by default. r=gavin
2012-01-13 16:26:34 -08:00
Tim Taubert
97476878ea
merge m-c to fx-team
2012-01-13 11:40:59 +01:00
Phil Ringnalda
869d9bd043
No bug, remove trailing whitespace on a CLOSED TREE
2012-01-12 20:57:12 -08:00
Ed Morley
17f04a78f4
Merge mozilla-central to mozilla-inbound
2012-01-13 03:19:46 +00:00
Jared Wein
130e67092b
Bug 710968 - Updater incorrectly checks fread() retval. r=bbondy
2012-01-12 16:38:20 -08:00
Matt Brubeck
3a7257f74e
Merge last green changeset from mozilla-inbound to mozilla-central
2012-01-12 08:22:14 -08:00
Kyle Huey
563ef4e935
Bug 717549: Drop the reference to the content editor when the spell checking UI is reset to prevent zombie compartments. r=dao
2012-01-12 15:35:39 +01:00
Nathan Froyd
b169762c9e
Bug 715947 - add telemetry for timers fired; r=bz
2012-01-10 13:33:31 -05:00
Geoff Lankow
68f88917c7
Bug 715735 - Detail view icon has no dimensions set, causes a relayout when it loads; r=Unfocused
2012-01-10 20:15:51 +13:00
Ehsan Akhgari
1ea713b5e0
Bug 171237 - Center the search results instead of scrolling only enough to show them in order to provide more visual context; r=roc
2012-01-11 20:18:23 -05:00
Josh Matthews
4343061647
Bug 713172 - Followup to finalize statements instead of nulling them out. r=mak
2012-01-11 17:13:49 -05:00
Nathan Froyd
82b373dbcf
Bug 716657 - add Telemetry::AutoCounter; r=taras
2012-01-09 18:21:28 -05:00
Ed Morley
f906a27420
Merge mozilla-central to mozilla-inbound
2012-01-11 17:28:35 +00:00
Ed Morley
13a0a7914c
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-11 17:01:05 +00:00
Benjamin Smedberg
f85430f5f5
Bug 715576 - libalerts_s.dylib is incorrectly-named (_s indicates a static library) and links against the static-js library, which is bad. Make it link against either libxul (static-js) or the dynamic-js library correctly, and rename it. r=ted
2012-01-11 11:28:21 -05:00
Ed Morley
e0e562f3ef
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2012-01-11 02:39:31 +00:00
Ed Morley
035890cb4b
Bug 698425 - Fix lack of whitespace breaking conditional in toolkit-makefiles.sh; rs=build
2012-01-11 01:37:42 +00:00
Ed Morley
bb5f8fb51d
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-10 17:57:29 +00:00
Felipe Gomes
b483a6d88e
Bug 706897. Fix intermittent test_destinationURI_annotation.xul failure. r=mak
2012-01-10 08:31:03 -08:00
Rail Aliiev
1546d86ef4
bug 714542: Mac build uses pretty naming for *.checksums files - rename mac checksums file. r=ted
2012-01-10 10:46:16 -05:00
Rafael Ávila de Espíndola
3b93d37fa9
Bug 715872 - Change the order of -framework options when linking XUL so that it works on 10.6 -> 10.5 builds. r=ted
...
--HG--
extra : rebase_source : 8774501bbf1ad863dc7aa02e2f7a9a88c1d58442
2012-01-10 08:47:41 -05:00
Mike Hommey
87b9c3c466
Bug 714029 - Avoid jsctypes-test dependency on the xpcom glue. r=bsmedberg
2012-01-10 09:10:53 +01:00
Mike Hommey
601e4dce0c
Backout 057e7ead186e (bug 714029) because of failure to build on Windows.
2012-01-10 10:51:55 +01:00
Mike Hommey
79b5f65a4e
Bug 710972 - Define G_VARIANT_TYPE_STRING_ARRAY when building against older glib. r=karlt
2012-01-10 09:12:23 +01:00
Mike Hommey
abd5771495
Bug 714029 - Avoid jsctypes-test dependency on the xpcom glue. r=bsmedberg
2012-01-10 09:10:53 +01:00
Nick Thomas
c1b2cfc825
Bug 693192 - Nightly builds infrequently fail with "make: *** [uploadsymbols] Error 50", r=ted
2012-01-10 14:36:05 +13:00
Nathan Froyd
f7430a46dd
Bug 709971 - HTML reflow telemetry; r=bz
2012-01-10 15:08:43 -05:00
Dão Gottwald
2b64c46a84
Backed out changeset b4d322e5af47
2012-01-11 16:13:08 +01:00
Nathan Froyd
996e4ee4f9
Bug 716657 - add Telemetry::AutoCounter; r=taras
2012-01-09 18:21:28 -05:00
Vladan Djeric
df0f5abcb3
Bug 714450 - Mark the DB whitelist in Telemetry immutable after it is initialized. r=benjmain
2012-01-10 15:31:34 -05:00
Vladan Djeric
9e9287e28a
Bug 708962 - Start Telemetry service at application start to avoid deadlock from GetService spinning event loop. r=benjamin
2012-01-10 15:29:58 -05:00
Ed Morley
76e420dde6
Merge mozilla-central to mozilla-inbound
2012-01-10 20:04:09 +00:00
Brian R. Bondy
712e4faf2c
Bug 715910 - Logging to determine service permission problems, and always set it on upgrades. r=rstrong
2012-01-10 11:28:50 -05:00
Brian R. Bondy
189d64a0a9
Bug 715749 - service broke builds with --disable-updater. r=rstrong
2012-01-10 11:28:50 -05:00
Brian R. Bondy
056fcab476
Bug 716126 - Include update.status contents inside maintenanceservice.log file on failed updates. r=rstrong
2012-01-10 11:28:50 -05:00
Gian-Carlo Pascutto
add54589b3
Bug 702217 - Fall back to SQLite when we fail PrefixSet construction. r=dcamp
2012-01-10 17:09:38 +01:00
Gian-Carlo Pascutto
97c841a200
Bug 702217 - Avoid double allocation in UrlClassifier. Handle OOM conditions. r=dcamp
2012-01-10 17:09:32 +01:00
Nathan Froyd
70e7dca499
Bug 715906 - remove TelemetryHistogram.histogram; r=taras
2012-01-09 12:47:35 -05:00
Ms2ger
096afeb104
Merge m-c to m-i.
2012-01-11 12:15:35 +01:00
Mike Hommey
0b7ee328f5
Bug 683127 part 4 - Use the new ELF linker Zip reader in the old linker. r=tglek
2012-01-11 11:11:02 +01:00
Marco Bonardo
fdae31faf7
Bug 711914 - Fetching bookmarks information during onBeforeItemRemove may break the bookmarks cache.
...
r=dietrich
2012-01-12 17:04:09 +01:00
Brian R. Bondy
334728fd3f
Bug 715746 - Fix for intermittent test_0000_bootstrap_svc.js failure failed: 7 == succeeded. r=rstrong
2012-01-12 09:54:40 -05:00
Ms2ger
119e0f3c91
Bug 675221 followup - Remove xpcom/proxy from toolkit-makefiles.sh; rs=build
2012-01-12 12:29:50 +01:00
Jacek Caban
01b2839905
Bug 717223 - Delayload linking of gkmedias.dll broke mingw compilation r=khuey
2012-01-12 12:07:25 +01:00
Josh Matthews
219776d71c
Bug 713172 - Ensure the download manager database connection isn't closed while it could still be required. r=mak
2012-01-09 13:48:19 -05:00
David Zbarsky
e38d101da0
Bug 682611 - Part 2: Remove nsIRange; r=smaug
2012-01-10 15:19:54 +01:00
Nathan Froyd
e2e7224870
Bug 716553 - fix build warnings in Telemetry.cpp; r=taras
2012-01-09 13:01:52 -05:00
aceman
403a55225a
Bug 631909 - make label 'Modified Preferences' in about:support more accurate. r=gavin
2012-01-11 10:45:05 +01:00
Felix Fung
0f378d3069
Bug 713269 - Use Asynchronous Favicons API for PlacesUtils.jsm. r=mak
2012-01-11 00:04:01 -05:00
Ehsan Akhgari
74f49bd9e3
Bug 717871 - Remove two superfluous SimpleTest.finish calls to fix SeaMonkey perma-orange; r=gavin
...
--HG--
extra : rebase_source : f4c1d52c0bed4b3795e68e3cd141a18bac5e024d
2012-01-13 15:49:36 -05:00
Marco Bonardo
5acdef53c1
Merge last PGO-safe green changeset from mozilla-inbound to mozilla-central
2012-01-14 10:01:34 +01:00
Jim Mathies
38f00f87bf
Bug 716862 - add virus scan indeterminate mode to the list of taskbar modes displayed when the dl manager is not open. r=felipe.
2012-01-13 17:55:01 -06:00
Marco Bonardo
af4c2bfd45
Backout 47c464033fa8, 465bacf25d61 (bug 704176) due to build bustage
2012-01-13 22:07:02 +01:00
Hubert Gajewski
6f4da7dd16
Bug 629893 - Remove unused props.policy.label. r=gavin
...
--HG--
extra : rebase_source : e65538722161b0c00d2e8461849af476f52aba83
2012-01-13 17:16:04 +01:00
Nathan Froyd
1631ae630d
Bug 704176 - don't reflect corrupted histograms; r=taras
...
--HG--
extra : rebase_source : 153b227d887c3c1946e6bc90fda23bf487db9275
2012-01-06 17:13:02 -05:00
Nathan Froyd
c38d220b0a
Bug 704176 - introduce GetHistogramEnumId; r=taras
...
--HG--
extra : rebase_source : 128230c4204b38de41963d5d89ed8fac446093a8
2012-01-09 15:42:34 -05:00
Geoff Lankow
2c90f7fcba
Bug 717694 - Persist prefs after closing the add-ons manager; r=Unfocused
2012-01-13 15:07:52 +13:00
Masayuki Nakano
f6809d11d9
Bug 717147 part.3 Findbar shouldn't do incremental search during composition r=gavin
2012-01-13 15:19:22 +09:00
Masayuki Nakano
66e4ee7d5a
Bug 717147 part.2 Don't do autocomplete during composition r=dolske
2012-01-13 15:19:22 +09:00
Asaf Romano
f5415954e4
Bug 715099 - Convert nsProfileMigrator to JS so we can JS modules on migration. r=mak.
2012-01-16 09:27:34 +02:00
Nathan Froyd
77dae2f2ab
Bug 704176 - don't reflect corrupted histograms; r=taras
2012-01-06 17:13:02 -05:00
Nathan Froyd
6512c09e87
Bug 704176 - introduce GetHistogramEnumId; r=taras
2012-01-09 15:42:34 -05:00
Mike Hommey
e53de290fb
Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey,a=brendan
...
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozglue.def.in
2011-12-28 08:24:02 +01:00
Makoto Kato
d73c472de5
Bug 715783 - delay load for comdlg32 and winspool. r=khuey
2012-01-10 15:30:09 +09:00
Michael Kohler
8e7d457186
Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style
2012-01-10 00:29:30 -05:00
Timothy Zhu
8d34e9a692
Bug 686514 - Make ctrl-plus and ctrl-minus scale image documents. r=gavin.sharp,jonas
2011-11-16 23:25:00 -05:00
Rafael Ávila de Espíndola
39250c8bf1
Bug 716105 - Send quit-application in toolkit/components/search/tests/xpcshell/test_645970.js. r=mak.
2012-01-09 10:03:14 -05:00
Nicholas Miell
06e71a8aa2
Bug 715952 - glxtest incorrectly creates the backing pixmap and causes X errors - r=bjacob
...
Was always using 32bit depth, disregarding the actual depth of the FBConfig. This was causing a X error on Mesa sofware renderers.
2012-01-07 18:45:48 -05:00
Nicholas Nethercote
f54b204948
Bug 700508 - Disallow non-leaf memory reporters (attempt 3). r=jlebar.
2012-01-07 21:45:35 +11:00
Michal Novotny
9ae8731187
Bug 716146 - Telemetry - close disk cache output stream
2012-01-07 02:45:46 +01:00
Ed Morley
76d5506282
Remove non-existent/duplicate *makefiles.sh entries, update conditionals, style fixes (no bug); rs=build
2012-01-07 01:00:28 +00:00
Ed Morley
ecb7e4bac6
Merge mozilla-central to mozilla-inbound
2012-01-06 22:35:43 +00:00
Ed Morley
d89ef2f8f8
Merge last green changeset of mozilla-inbound to mozilla-central
2012-01-06 22:27:52 +00:00
Serge Gautherie
0893bb1b6b
Bug 710562. (Av1a) Disable 2 application-specific '#ifdef' in Toolkit, as a workaround ftb. r=taras.
2012-01-06 17:36:27 +01:00
Kyle Huey
d382eb7335
Bug 714752: Make imgIContainerObserver::FrameChanged take an imgIRequest*. r=joe sr=roc
2012-01-06 07:32:38 -05:00
Ed Morley
b9d68ddfdd
Backout 4779d8df054b (bug 700508) for linux64 Moth orange
2012-01-06 16:23:05 +00:00
Marco Bonardo
2b6c8bb207
Merge last clean PGO changeset from mozilla-inbound to mozilla-central
2012-01-05 15:52:19 +01:00
Kyle Huey
8e3b7a1d97
Bug 712175: Delayload gkmedias.dll. r=glandium
2012-01-05 08:45:40 -05:00
Serge Gautherie
f4c3635cba
Bug 705957. (Bv2) test_bug_511615.html: Improve the spelling of "priviledged". r=ehsan.
...
DONTBUILD (test-only, spelling-only).
2012-01-05 14:19:14 +01:00
Marco Bonardo
a658c410cf
Bug 715268 - Downgrades may cause missing favicons GUIDs.
...
r=dietrich
--HG--
rename : toolkit/components/places/tests/migration/places_v10_from_v11.sqlite => toolkit/components/places/tests/migration/places_v10_from_v14.sqlite
rename : toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v11.js => toolkit/components/places/tests/migration/test_current_from_v10_migrated_from_v14.js
2012-01-05 11:43:29 +01:00
Marco Bonardo
f0cc4be99b
Merge mozilla-central and mozilla-inbound
2012-01-05 11:31:12 +01:00
Tim Taubert
2244f538de
merge m-c to fx-team
2012-01-05 10:19:15 +01:00
Chris Coulson
0d9e8e8ecb
Bug 713827: dlopen() gconf library in mozgnome component r=karlt
...
--HG--
extra : rebase_source : f48e39be1baf7cdfc4b27865145ed93c469665a1
2012-01-05 11:19:46 +13:00
Karl Tomlinson
1333af4125
b=715063 don't warn when org.gnome.system.proxy GSettings schemas are not found r=roc
...
--HG--
extra : rebase_source : 99fa820e3513bd8355a3bfee00f0020bb5a3ef4a
2012-01-05 11:16:27 +13:00
Geoff Lankow
94019f5771
Bug 714593 - Preferences button on search view does not work with inline prefs; r=Unfocused
2012-01-05 17:11:13 +13:00
Geoff Lankow
e8f60c143c
Bug 714583 - Labels of inline options shouldn't get cropped; r=Unfocused
2012-01-03 09:26:40 +13:00
Brian R. Bondy
6829b31d89
Bug 711692 - Various fixes for intermittent failures. r=rstrong.
2011-12-28 21:08:37 -05:00
Brian R. Bondy
e152dc12ed
Bug 711692 - Environment variable related fixes for xpcshell tests. r=rstrong.
2012-01-04 23:19:19 -05:00
Brian R. Bondy
75d6da4f26
Bug 711692 - appbin fix and SCM lock hang fix. r=rstrong.
2012-01-04 23:19:19 -05:00
Robert Strong
93ffd0e602
Bug 711692 - Fail if service is started and doesn't stop at test start. r=bbondy.
2012-01-04 23:19:19 -05:00
Brian R. Bondy
9a57b9db19
Bug 711692 - Don't rely on event and don't uninstall/install service on updates. r=rstrong.
2012-01-04 23:19:19 -05:00
Brian R. Bondy
20a9465a54
Bug 711692 - Cleanup tests. r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
730d389f08
Bug 711692 - Loop on app bin copy to ensure it can be removed (intermittent test failure). r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
610969450a
Bug 711834 - Clear out env variable after getting value from unelevated updater.exe. r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
b5dfde2fac
Bug 711692 - Intermittent service callback log failure fix. r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
935e72a826
Bug 712211 - Stop service before the test as well and wait for 20 seconds at most. r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
ee9cc78d53
Bug 712155 - Maintenance service: Wait for service to stop before starting the next xpcshell test. r=rstrong.
2012-01-04 23:19:18 -05:00
Brian R. Bondy
5a1deab8ac
Bug 711834 - Fix force no UAC prompt for xpcshell tests. r=rstrong
2012-01-04 23:19:17 -05:00
Brian R. Bondy
9950fbb2fa
Bug 711792 - Speed up and simplify maintenance service update command processing. r=rstrong.
2012-01-04 23:19:17 -05:00
Robert Strong
3a19ce9d62
Bug 711692 - Append TEST_ID to app_console_log. r=bbondy.
2012-01-04 23:19:17 -05:00
Rafael Ávila de Espíndola
c59241f100
Bug 701863 - add tests for cloned histograms in telemetry pings; r=taras
2012-01-06 14:41:19 -05:00
Nathan Froyd
3806a0d81d
Bug 701863 - clone STARTUP_* histograms properly; r=taras
2012-01-06 14:40:45 -05:00
Nathan Froyd
096030d42d
Bug 701863 - Add a way to clone histograms; r=taras
2012-01-06 14:40:04 -05:00
Nathan Froyd
ed26231443
Bug 701863 - make JS/C++ divide explicit; r=taras
2012-01-06 14:39:29 -05:00
Marco Bonardo
8b2530e87f
Merge mozilla-central and mozilla-inbound
2012-01-06 13:26:21 +01:00
Thomas Prip Vestergaard
87914721ba
Bug 713822 - Simplify @media queries. r=dao
2012-01-06 11:38:39 +01:00
Dão Gottwald
75e4e78751
Bug 693014 - Respect event.preventDefault() for click events on <video>. r=dolske
2012-01-06 11:37:11 +01:00
Nicholas Nethercote
56807bf845
Bug 700508 - Disallow non-leaf memory reporters (attempt 2). r=jlebar.
...
--HG--
extra : rebase_source : 040e3e7093f019caf7157a316e5fc75654eb5d65
2012-01-05 19:41:31 -08:00
Blair McBride
025fdc5b88
Bug 691389 - Error: win is null when performing drag&drop of a XPI file to Add-ons Manager tab. r=dtownsend
2012-01-05 01:17:52 +13:00
Ms2ger
d0bb7ac21e
Bug 623610 - Remove support for geostd8; r=smontagu
2012-01-02 19:05:20 +01:00
Tim Taubert
794c8a29dd
merge m-c to fx-team
2012-01-01 16:51:47 +01:00
Phil Ringnalda
ff15cb20ca
Merge mozilla-inbound to mozilla-central
2011-12-31 18:47:52 -08:00
Mark Banner
5d4411aff0
Backout changeset e13a27a39088 / bug 714394 due to breaking comm-central builds. toolkit-makefiles.sh only change so DONTBUILD as per the original checkin
2011-12-31 18:31:12 +00:00
Joel Maher
e74485eb5e
Bug 701076 - [hoooking up make] Robotium integration into birch tree. r=blassey,bear
2011-12-31 10:03:36 -05:00
Ed Morley
dc8ba672f6
Merge mozilla-central to mozilla-inbound
2011-12-31 13:10:25 +00:00
Justin Wood
9d96f7115c
Bug 714394 - Re-Add xpfe autocomplete to allmakefiles.sh since comm-apps need it. rs+=khuey DONTBUILD
2011-12-30 20:37:07 -05:00
Ms2ger
941318dcd7
Merge m-c to m-i.
2011-12-30 12:17:22 +01:00
Blair McBride
eabc3b3481
Bug 713815 - Addons with compatibility overrides are still able to be installed. r=dtownsend
...
--HG--
extra : rebase_source : 535a75a745b3e1b9b9ccb5013f77b889d7283867
2011-12-30 13:53:52 +13:00
Blair McBride
36c8b73fe5
Bug 713816 - Add additional logging when parsing compatibility overrides. r=dtownsend
...
--HG--
extra : rebase_source : 78b866fc90e11847b726403a735b596ab609145e
2011-12-30 13:53:03 +13:00
Thomas Prip Vestergaard
3d4296895e
Bug 711540 - Align text in "Video statistics" to the left
2011-12-29 18:56:51 -06:00
Tim Taubert
3d1ecc0d66
merge m-c to fx-team
2011-12-29 13:59:50 +01:00
Marco Bonardo
532fd7b9d2
Merge last green PGO build from mozilla-inbound to mozilla-central
2011-12-29 12:02:01 +01:00
Rafael Ávila de Espíndola
de0b7a3a12
Bug 696486 - Close dbConnection. r=mak.
2011-12-28 13:04:37 -05:00
Rafael Ávila de Espíndola
e4e5bfcaae
Bug 713294 - send quit-application in test_privatebrowsing_downloadLastDir_c.js. r=mak.
2011-12-28 12:27:23 -05:00
Blair McBride
eeb453ee41
Backout ea0539bb2118 (bug 685155) due to test failures on OSX
2011-12-29 05:10:58 +13:00
Blair McBride
d5c9ee486a
Bug 711693 - Send the compatibility mode when loading the Discovery pane. r=dtownsend
2011-12-28 23:37:43 +13:00
Kris Maglione
81d928b36b
Bug 685155 - Add-on Manager should treat symbolic links the same as proxy files. r=dtownsend
2011-12-28 23:36:15 +13:00
Tim Taubert
4241a61468
merge m-c to fx-team
2011-12-27 17:05:33 +01:00
Phil Ringnalda
ab5b6ce43d
Back out 04ef7f564450 (bug 701076) and 632f07583bd8 (bug 711591) for mochitest-oth bustage
2011-12-30 14:19:30 -08:00
Joel Maher
d555d02e96
Bug 701076 - [hookup to make] Robotium integration into birch tree. r=blassey,bear
2011-12-30 15:57:34 -05:00
Bobby Holley
8a890a3676
Bug 713747 - Use UniversalXPConnect and UniversalXPConnect only in test coverage. r=bz
2011-12-30 09:35:38 -08:00