Commit Graph

10881 Commits

Author SHA1 Message Date
Matthew Gregan
a7fb4781d7 Bug 623444 - Import Windows libcubeb implementation. r=doublec, r=khuey 2012-01-13 14:38:39 +13:00
Jim Blandy
86c2a77d10 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
6557b90fd2 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
b02524e3f2 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
f18313c7e1 Backout 44a0dc4fb9ff (Bug 673470) for Talos regression. 2012-02-01 20:10:02 +01:00
Gian-Carlo Pascutto
49058a9dcc 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
48768f790a 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
14dbcc2bc2 Backout 0e6b1dfaa99c (bug 720208) for M1 orange 2012-02-01 12:58:07 +00:00
Rafael Ávila de Espíndola
338fdb03f0 Bug 718449 - History may dispatch events that use the database after asyncClose. r=mak. 2012-02-01 11:59:27 +01:00
Masatoshi Kimura
7d692e41fd Bug 720208 - Implement DOM4 DOMException types and codes. r=ms2ger,smaug 2012-02-01 11:36:42 +01:00
Rafael Ávila de Espíndola
9661967223 Bug 714960 - Use asyncClose in toolkit/components/satchel/nsFormHistory.js. r=paul. 2012-02-01 11:16:24 +01:00
Gregory Szorc
8baa0dbe2f Bug 716736 - Re-add performance data to daily add-on update check; r=Unfocused 2012-01-31 17:22:42 -08:00
Fabrice Desré
9fd57ced37 Bug 708484 - Add camera capture stream provider for gonk (temporary solution) - Part 1 : backend [r=cjones] 2012-01-31 16:29:17 -08:00
Brad Lassey
0f9ace8cd9 bug 714168 - make reftest-remote seems to fail on tablets because nsLocalFileUnix throws exceptions when setting file permissions on a FAT file system r=mossop,unfocussed
--HG--
extra : rebase_source : 9e97d0f2bbe09c654407295d40b8936abbb88cb3
2012-01-25 03:24:52 -05:00
Benoit Jacob
4608d8d248 Bug 718629 - intermittent waitpid failure causes OpenGL features to be blacklisted on X11 - r=karlt 2012-01-31 15:32:05 -05:00
Ehsan Akhgari
25e8c06950 Backout changeset 8b6e498d5933 (bug 649840) because it landed without reviews 2012-01-31 12:07:56 -05:00
Ed Morley
08314b3ec8 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 10:52:29 +00:00
Marco Bonardo
d2fced45f5 Bug 720792 (part 1) - Backout autocomplete delay changes, for compatibility problems.
r=gavin
2012-01-31 11:29:20 +01:00
Ed Morley
987beafe67 Merge last PGO-green changeset of mozilla-inbound to mozilla-central 2012-01-31 03:06:47 +00:00
Neil Rashbrook
366e19724f Better test for bug 649840. r=ehsan. + bustage-fix by sgautherie. 2012-01-31 00:27:23 +01:00
Ed Morley
d1b367f3d5 Backout 8705f07a49ec (bug 649840) for bustage 2012-01-30 23:20:54 +00:00
Neil Rashbrook
8f27b20bd2 Better test for bug 649840 r=ehsan 2012-01-30 22:28:21 +00:00
Serge Gautherie
191680ed86 Bug 722019. (Av2) Remove some useless/redundant listbox rules, in gnomestripe and winstripe. r=neil. 2012-01-30 19:35:35 +01:00
stefanh@inbox.com
7d55c9a367 Bug 713446 - White text with text-shadow in selected bottom tabs. r=dao. 2012-01-30 18:30:32 +01:00
Marco Bonardo
70e5f12159 Backout 3bd7584753ae for test failures 2012-01-30 12:49:27 +01:00
Marco Bonardo
78ca8f03c2 Merge central to inbound 2012-01-30 11:47:01 +01:00
Marco Bonardo
1b867db153 Merge last green PGO from inbound to central 2012-01-30 11:32:01 +01:00
Doug Turner
599542c9f7 Bug 722118 - Android make package fails if --disable-tests. r=blassey 2012-01-29 20:42:00 -08:00
Joe Drew
27be73c00c Merge the last PGO-clean changeset of mozilla-inbound into mozilla-central. 2012-01-28 21:41:17 -05:00
Joel Maher
f41618b77e Bug 719697 - robocop isn't signed properly from buildbot builds. r=aki,blassey. 2012-01-28 19:19:44 -05:00
Joe Drew
9f3a3972b2 Merge mozilla-central to mozilla-inbound. 2012-01-28 15:48:23 -05:00
stefanh@inbox.com
29e90013fe Bug 425916 - Improve look of mac treerows when in editing mode. r=mstange+dao. 2012-01-28 14:34:05 +01:00
aceman
f6b8672946 Bug 593443 - Add some new prefs to the about:support whitelist. r=Mossop 2012-01-28 11:56:14 +00:00
aceman
cd5b3ac2ed Bug 559500 - On about:support, "Open Containing Folder" is misleading. r=gavin 2012-01-28 11:55:35 +00:00
Tim Taubert
65919116f7 merge m-c to fx-team 2012-01-28 09:10:04 +01:00
Jared Wein
bade346f49 Bug 721626 - Video controls' fullscreen button exits fullscreen when in a fullscreen document. r=gavin 2012-01-27 17:03:22 -08:00
Jared Wein
f80c28e0bb Bug 714277 - Customization palette has only three columns in a new profile on Windows. r=dao 2012-01-27 17:03:09 -08:00
Jared Wein
10b57dcf18 Bug 681548 - Media controls visual refresh. r=dao 2012-01-27 17:02:42 -08:00
Matt Brubeck
b23d94048c Merge last green changeset from inbound to mozilla-central 2012-01-27 08:29:23 -08:00
Tim Taubert
740dd34385 merge m-c to fx-team 2012-01-27 11:21:18 +01:00
Jared Wein
e8caca8457 Bug 666306 - Added a large play button when the video is not autoplay and with controls enabled. r=dolske
--HG--
rename : toolkit/themes/pinstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/pinstripe/global/media/clicktoplay-bgtexture.png
rename : toolkit/themes/winstripe/global/icons/tabprompts-bgtexture.png => toolkit/themes/winstripe/global/media/clicktoplay-bgtexture.png
2012-01-26 17:41:35 -08:00
Marco Bonardo
4ed363f0ac Merge mozilla-central to mozilla-inbound 2012-01-26 19:34:35 +01:00
Tim Taubert
5885e17c60 Backed out changeset 95143a881557 (bug 455553) 2012-01-26 18:27:45 +01:00
Marco Bonardo
01e60fb799 Merge last green PGO from inbound to central 2012-01-26 12:58:39 +01:00
Tim Taubert
308e72f72c merge fx-team to m-c 2012-01-26 08:45:50 +01:00
Tim Taubert
642bce558f merge fx-team to m-c 2012-01-26 08:36:07 +01:00
Brad Lassey
5cb8361be5 backout f583132674d5 due to failing tests 2012-01-26 01:42:38 -05:00
Tim Taubert
c71d7e5321 Bug 455553 - Part 4 - Shared Module; r=blair,mak,dietrich 2012-01-25 23:44:27 +01:00
Mark Reid
f9fdb1c0e8 Bug 720785: report update channel in telemetry ping, r=gavin 2012-01-25 12:12:26 -08:00
Justin Lebar
7fd0e887b9 Bug 720444 - Add amount of free physical memory and free space in the page file to Windows crash reports. r=ted
--HG--
extra : rebase_source : 62470172fbcb49f7a1d19c45a1a6bf5dbf46fb4c
2012-01-25 15:05:05 -05:00